Html Css Color HEX #776E54 Peat

📋 copy color: '#776E54'

red 119 ◦ green 110 ◦ blue 84

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

Shades of Peat #776E54

Tints of Peat #776E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 38.02%
G = 35.14%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776E54 (or 0x776E54) is known color: Peat. HEX triplet: 77, 6E and 54. RGB value is (119,110,84). Sum of RGB (Red+Green+Blue) = 119+110+84=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #776E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E54 is #8891AB. Grayscale: #6D6D6D. Windows color (decimal): -8950188 or 5533303. OLE color: 5533303.

HSL color Cylindrical-coordinate representation of color #776E54: hue angle of 44.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776E54 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 84 -
CMYK 0 0.08 0.29 0.53
HSL 44.57º 0.17% 0.4% -
HSV(B) 44.57º 0.29% 0.47% -
XYZ 14.78 15.71 10.64 -
YUV 109.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 119 110 84 0 0.08 0.29 0.53 44.57 0.17 0.4
Hex 77 6E 54 0 8 1D 35 2D 11 28
Octal 167 156 124 0 10 35 65 55 21 50
Binary 1110111 1101110 1010100 0 1000 11101 110101 101101 10001 101000

Color Harmonies of #776E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E54

Black with #776E54

Text Example


Text Example

White with #776E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,84); }

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

background-color css

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

 a { background-color: rgb(119,110,84); }

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

border-color css

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

 span { border-color: rgb(119,110,84); }

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