#767154

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

Shades of Peat #767154

Tints of Peat #767154

Color information

#767154 (or 0x767154) is unknown color: approx Peat. HEX triplet: 76, 71 and 54. RGB value is (118,113,84). Sum of RGB (Red+Green+Blue) = 118+113+84=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #767154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767154 is #898EAB. Grayscale: #6F6F6F. Windows color (decimal): -9014956 or 5534070. OLE color: 5534070.

HSL color Cylindrical-coordinate representation of color #767154: hue angle of 51.18º 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 #767154 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11811384-
CMYK00.040.290.54
HSL51.18º16.83%39.61%-
HSV(B)51.18º28.81%46.27%-
XYZ14.9816.310.74-
YUV111.19112.66132.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=37.46%
G=35.87%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181138400.040.290.5451.1816.8339.61
Hex767154041D36331128
Octal166161124043566632150
Binary11101101110001101010001001110111011011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767154; }

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

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

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

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

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

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

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

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