#767156

Color #767156 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #767156

Tints of Peat #767156

Color information

#767156 (or 0x767156) is unknown color: approx Peat. HEX triplet: 76, 71 and 56. RGB value is (118,113,86). Sum of RGB (Red+Green+Blue) = 118+113+86=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #767156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767156 is #898EA9. Grayscale: #6F6F6F. Windows color (decimal): -9014954 or 5665142. OLE color: 5665142.

HSL color Cylindrical-coordinate representation of color #767156: hue angle of 50.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767156 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11811386-
CMYK00.040.270.54
HSL50.62º15.69%40%-
HSV(B)50.62º27.12%46.27%-
XYZ15.0616.3311.16-
YUV111.42113.66132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=37.22%
G=35.65%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181138600.040.270.5450.6215.6940
Hex767156041B36331028
Octal166161126043366632050
Binary11101101110001101011001001101111011011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767156; }

 p { color: rgb(118,113,86); }

 H1.HeaderClassName
 {
   color: #767156;
 }
 .AnyTagClassName
 {
   color: #767156;
 }
</style>
background-color css

<style>
 a { background-color: #767156; }

 a { background-color: rgb(118,113,86); }

 div.DivClassName
 {
   background-color: #767156;
 }
 .BgClassName
 {
   background-color: #767156;
 }
</style>
border-color css

<style>
 span { border-color: #767156; }

 span { border-color: rgb(118,113,86); }

 td.TdClassName
 {
   border-color: #767156;
 }
 .TagClassName
 {
   border-color: #767156;
 }
</style>