Color Hex Logo

#7b425f Color Hex

#7B425F
(123,66,95)
0 Favorites   0 Comments

Color spaces of #7b425f

RGB 1236695
HSL0.920.300.37
HSV329°46°48°
CMYK 0.000.460.23   0.52
XYZ12.18228.933611.9088
Yxy8.93360.36890.2705
Hunter Lab29.889120.4470-2.7007
CIE-Lab35.856128.5781-6.2387

#7b425f color RGB value is (123,66,95).

#7b425f hex color red value is 123, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7b425f hue: 0.92 , saturation: 0.30 and the lightness value of 7b425f is 0.37.

The process color (four color CMYK) of #7b425f color hex is 0.00, 0.46, 0.23, 0.52. Web safe color of #7b425f is #663366. Color #7b425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000010 01011111
Octal 173 102 137
Decimal 123 66 95
Hex 7B 42 5F

RGB Percentages of Color #7b425f

%43.31
%23.24
%33.45

CMYK Percentages of Color #7b425f

%0
%46
%23
%52

Triadic Colors of #7b425f

#7b425f #5f7b42 #425f7b

Analogous Colors of #7b425f

#7b425f #7b4243 #7b427b

Monochromatic Colors of #7b425f

#7b425f

Complementary Color

#7b425f #427b5e

#7b425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b425f Color CSS Codes

.mybgcolor {background-color:#7b425f; } 
.myforecolor {color:#7b425f; }
.mybordercolor {border:3px solid #7b425f; }

#7b425f Text Font Color

<p style="color:#7b425f">Text here</p>

This sample text font color is #7b425f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7b425f Background Color

<div style="background-color:#7b425f">
Div content here</div>

This div background color is #7b425f


#7b425f Border Color

<div style="border:3px solid #7b425f">
Div here</div>

This div border color is #7b425f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,66,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b425f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b425f;
  -webkit-box-shadow: 1px 1px 3px 2px #7b425f;
  box-shadow:         1px 1px 3px 2px #7b425f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,66,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7b425f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7b425f;
  -webkit-box-shadow: 1px 1px 3px 2px #7b425f;
  box-shadow:         1px 1px 3px 2px #7b425f;">
Div content here</div>

This div box has shadow with color #7b425f


Comments

No comments written yet.

Please login to write comment.