Html Css Color HEX #776C55 Peat

📋 copy color: '#776C55'

red 119 ◦ green 108 ◦ blue 85

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

Shades of Peat #776C55

Tints of Peat #776C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 38.14%
G = 34.62%
B = 27.24%

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

#776C55 (or 0x776C55) is known color: Peat. HEX triplet: 77, 6C and 55. RGB value is (119,108,85). Sum of RGB (Red+Green+Blue) = 119+108+85=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C55 is #8893AA. Grayscale: #6C6C6C. Windows color (decimal): -8950699 or 5598327. OLE color: 5598327.

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

Color convert

RGB 119 108 85 -
CMYK 0 0.09 0.29 0.53
HSL 40.59º 0.17% 0.4% -
HSV(B) 40.59º 0.29% 0.47% -
XYZ 14.61 15.3 10.78 -
YUV 108.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 119 108 85 0 0.09 0.29 0.53 40.59 0.17 0.4
Hex 77 6C 55 0 9 1D 35 29 11 28
Octal 167 154 125 0 11 35 65 51 21 50
Binary 1110111 1101100 1010101 0 1001 11101 110101 101001 10001 101000

Color Harmonies of #776C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C55

Black with #776C55

Text Example


Text Example

White with #776C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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