#767054

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

Shades of Peat #767054

Tints of Peat #767054

Color information

#767054 (or 0x767054) is unknown color: approx Peat. HEX triplet: 76, 70 and 54. RGB value is (118,112,84). Sum of RGB (Red+Green+Blue) = 118+112+84=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #767054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767054 is #898FAB. Grayscale: #6E6E6E. Windows color (decimal): -9015212 or 5533814. OLE color: 5533814.

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

Color convert

RGB11811284-
CMYK00.050.290.54
HSL49.41º16.83%39.61%-
HSV(B)49.41º28.81%46.27%-
XYZ14.8716.0810.71-
YUV110.6112.99133.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=37.58%
G=35.67%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181128400.050.290.5449.4116.8339.61
Hex767054051D36311128
Octal166160124053566612150
Binary11101101110000101010001011110111011011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767054; }

 p { color: rgb(118,112,84); }

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

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

 a { background-color: rgb(118,112,84); }

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

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

 span { border-color: rgb(118,112,84); }

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