Html Css Color HEX #776C54 Peat

📋 copy color: '#776C54'

red 119 ◦ green 108 ◦ blue 84

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

Shades of Peat #776C54

Tints of Peat #776C54

RGB

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

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

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

R = 38.26%
G = 34.73%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776C54 (or 0x776C54) is known color: Peat. HEX triplet: 77, 6C and 54. RGB value is (119,108,84). Sum of RGB (Red+Green+Blue) = 119+108+84=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C54 is #8893AB. Grayscale: #6C6C6C. Windows color (decimal): -8950700 or 5532791. OLE color: 5532791.

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

Color convert

RGB 119 108 84 -
CMYK 0 0.09 0.29 0.53
HSL 41.14º 0.17% 0.4% -
HSV(B) 41.14º 0.29% 0.47% -
XYZ 14.57 15.29 10.57 -
YUV 108.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 119 108 84 0 0.09 0.29 0.53 41.14 0.17 0.4
Hex 77 6C 54 0 9 1D 35 29 11 28
Octal 167 154 124 0 11 35 65 51 21 50
Binary 1110111 1101100 1010100 0 1001 11101 110101 101001 10001 101000

Color Harmonies of #776C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C54

Black with #776C54

Text Example


Text Example

White with #776C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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