#777052

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

Shades of Peat #777052

Tints of Peat #777052

Color information

#777052 (or 0x777052) is unknown color: approx Peat. HEX triplet: 77, 70 and 52. RGB value is (119,112,82). Sum of RGB (Red+Green+Blue) = 119+112+82=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #777052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777052 is #888FAD. Grayscale: #6E6E6E. Windows color (decimal): -8949678 or 5402743. OLE color: 5402743.

HSL color Cylindrical-coordinate representation of color #777052: hue angle of 48.65º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777052 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11911282-
CMYK00.060.310.53
HSL48.65º18.41%39.41%-
HSV(B)48.65º31.09%46.67%-
XYZ14.9216.1210.31-
YUV110.67111.82133.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=38.02%
G=35.78%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191128200.060.310.5348.6518.4139.41
Hex777052061F35311227
Octal167160122063765612247
Binary11101111110000101001001101111111010111000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777052; }

 p { color: rgb(119,112,82); }

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

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

 a { background-color: rgb(119,112,82); }

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

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

 span { border-color: rgb(119,112,82); }

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