Color Hex Logo

#7b755f Color Hex

#7B755F
(123,117,95)
0 Favorites   0 Comments

Color spaces of #7b755f

RGB 12311795
HSL0.130.130.43
HSV47°23°48°
CMYK 0.000.050.23   0.52
XYZ16.595217.759813.3798
Yxy17.75980.34770.3721
Hunter Lab42.1424-3.457810.6757
CIE-Lab49.2035-1.590512.9877

#7b755f color RGB value is (123,117,95).

#7b755f hex color red value is 123, green value is 117 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7b755f hue: 0.13 , saturation: 0.13 and the lightness value of 7b755f is 0.43.

The process color (four color CMYK) of #7b755f color hex is 0.00, 0.05, 0.23, 0.52. Web safe color of #7b755f is #666666. Color #7b755f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110101 01011111
Octal 173 165 137
Decimal 123 117 95
Hex 7B 75 5F

RGB Percentages of Color #7b755f

%36.72
%34.93
%28.36

CMYK Percentages of Color #7b755f

%0
%5
%23
%52

Triadic Colors of #7b755f

#7b755f #5f7b75 #755f7b

Analogous Colors of #7b755f

#7b755f #737b5f #7b675f

Monochromatic Colors of #7b755f

#7b755f

Complementary Color

#7b755f #5f657b

#7b755f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b755f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b755f Color CSS Codes

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

#7b755f Text Font Color

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

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


#7b755f Background Color

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

This div background color is #7b755f


#7b755f Border Color

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

This div border color is #7b755f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,117,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 #7b755f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b755f


Comments

No comments written yet.

Please login to write comment.