Html Css Color HEX #777052 Peat

📋 copy color: '#777052'

red 119 ◦ green 112 ◦ blue 82

#777052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peat #777052

Tints of Peat #777052

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.2%

R = 38.02%
G = 35.78%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#777052 (or 0x777052) is known color: 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

RGB 119 112 82 -
CMYK 0 0.06 0.31 0.53
HSL 48.65º 0.18% 0.39% -
HSV(B) 48.65º 0.31% 0.47% -
XYZ 14.92 16.12 10.31 -
YUV 110.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 119 112 82 0 0.06 0.31 0.53 48.65 0.18 0.39
Hex 77 70 52 0 6 1F 35 31 12 27
Octal 167 160 122 0 6 37 65 61 22 47
Binary 1110111 1110000 1010010 0 110 11111 110101 110001 10010 100111

Color Harmonies of #777052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777052

Black with #777052

Text Example


Text Example

White with #777052

Text Example


Text Example

HTML Codes & Css Web 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>