#777253

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

Shades of Peat #777253

Tints of Peat #777253

Color information

#777253 (or 0x777253) is unknown color: approx Peat. HEX triplet: 77, 72 and 53. RGB value is (119,114,83). Sum of RGB (Red+Green+Blue) = 119+114+83=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #777253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777253 is #888DAC. Grayscale: #707070. Windows color (decimal): -8949165 or 5468791. OLE color: 5468791.

HSL color Cylindrical-coordinate representation of color #777253: hue angle of 51.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777253 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB11911483-
CMYK00.040.300.53
HSL51.67º17.82%39.61%-
HSV(B)51.67º30.25%46.67%-
XYZ15.1916.5810.58-
YUV111.96111.66133.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=37.66%
G=36.08%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191148300.040.300.5351.6717.8239.61
Hex777253041E35341228
Octal167162123043665642250
Binary11101111110010101001101001111011010111010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777253; }

 p { color: rgb(119,114,83); }

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

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

 a { background-color: rgb(119,114,83); }

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

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

 span { border-color: rgb(119,114,83); }

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