Html Css Color HEX #776C52 Peat

📋 copy color: '#776C52'

red 119 ◦ green 108 ◦ blue 82

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

Shades of Peat #776C52

Tints of Peat #776C52

RGB

 RED value IS 119 (46.88% from 255) = 38.51%

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 38.51%
G = 34.95%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#776C52 (or 0x776C52) is known color: Peat. HEX triplet: 77, 6C and 52. RGB value is (119,108,82). Sum of RGB (Red+Green+Blue) = 119+108+82=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C52 is #8893AD. Grayscale: #6C6C6C. Windows color (decimal): -8950702 or 5401719. OLE color: 5401719.

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

Color convert

RGB 119 108 82 -
CMYK 0 0.09 0.31 0.53
HSL 42.16º 0.18% 0.39% -
HSV(B) 42.16º 0.31% 0.47% -
XYZ 14.49 15.26 10.16 -
YUV 108.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 119 108 82 0 0.09 0.31 0.53 42.16 0.18 0.39
Hex 77 6C 52 0 9 1F 35 2A 12 27
Octal 167 154 122 0 11 37 65 52 22 47
Binary 1110111 1101100 1010010 0 1001 11111 110101 101010 10010 100111

Color Harmonies of #776C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C52

Black with #776C52

Text Example


Text Example

White with #776C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C52; }

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

 H1.HeaderClassName
 {
   color: #776C52;
 }
 .AnyTagClassName
 {
   color: #776C52;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #776C52;
 }
 .BgClassName
 {
   background-color: #776C52;
 }
</style>

border-color css

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

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

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