#777152

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

Shades of Peat #777152

Tints of Peat #777152

Color information

#777152 (or 0x777152) is unknown color: approx Peat. HEX triplet: 77, 71 and 52. RGB value is (119,113,82). Sum of RGB (Red+Green+Blue) = 119+113+82=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #777152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777152 is #888EAD. Grayscale: #6F6F6F. Windows color (decimal): -8949422 or 5402999. OLE color: 5402999.

HSL color Cylindrical-coordinate representation of color #777152: hue angle of 50.27º 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 #777152 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11911382-
CMYK00.050.310.53
HSL50.27º18.41%39.41%-
HSV(B)50.27º31.09%46.67%-
XYZ15.0416.3410.34-
YUV111.26111.49133.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=37.90%
G=35.99%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191138200.050.310.5350.2718.4139.41
Hex777152051F35321227
Octal167161122053765622247
Binary11101111110001101001001011111111010111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777152; }

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

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

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

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

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

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

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

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