Color Hex Logo

#7b751f Color Hex

#7B751F
(123,117,31)
0 Favorites   0 Comments

Color spaces of #7b751f

RGB 12311731
HSL0.160.600.30
HSV56°75°48°
CMYK 0.000.050.75   0.52
XYZ14.777017.03253.8051
Yxy17.03250.41490.4782
Hunter Lab41.2704-8.310923.4228
CIE-Lab48.3010-8.303645.4756

#7b751f color RGB value is (123,117,31).

#7b751f hex color red value is 123, green value is 117 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7b751f hue: 0.16 , saturation: 0.60 and the lightness value of 7b751f is 0.30.

The process color (four color CMYK) of #7b751f color hex is 0.00, 0.05, 0.75, 0.52. Web safe color of #7b751f is #666633. Color #7b751f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110101 00011111
Octal 173 165 37
Decimal 123 117 31
Hex 7B 75 1F

RGB Percentages of Color #7b751f

%45.39
%43.17
%11.44

CMYK Percentages of Color #7b751f

%0
%5
%75
%52

Triadic Colors of #7b751f

#7b751f #1f7b75 #751f7b

Analogous Colors of #7b751f

#7b751f #537b1f #7b471f

Monochromatic Colors of #7b751f

#7b751f

Complementary Color

#7b751f #1f257b

#7b751f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b751f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b751f Color CSS Codes

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

#7b751f Text Font Color

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

This sample text font color is #7b751f
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.


#7b751f Background Color

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

This div background color is #7b751f


#7b751f Border Color

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

This div border color is #7b751f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b751f


Comments

No comments written yet.

Please login to write comment.