Html Css Color HEX #776C50 Peat

📋 copy color: '#776C50'

red 119 ◦ green 108 ◦ blue 80

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

Shades of Peat #776C50

Tints of Peat #776C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 38.76%
G = 35.18%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776C50 (or 0x776C50) is known color: Peat. HEX triplet: 77, 6C and 50. RGB value is (119,108,80). Sum of RGB (Red+Green+Blue) = 119+108+80=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C50 is #8893AF. Grayscale: #6C6C6C. Windows color (decimal): -8950704 or 5270647. OLE color: 5270647.

HSL color Cylindrical-coordinate representation of color #776C50: hue angle of 43.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776C50 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 80 -
CMYK 0 0.09 0.33 0.53
HSL 43.08º 0.2% 0.39% -
HSV(B) 43.08º 0.33% 0.47% -
XYZ 14.42 15.23 9.77 -
YUV 108.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 119 108 80 0 0.09 0.33 0.53 43.08 0.2 0.39
Hex 77 6C 50 0 9 21 35 2B 14 27
Octal 167 154 120 0 11 41 65 53 24 47
Binary 1110111 1101100 1010000 0 1001 100001 110101 101011 10100 100111

Color Harmonies of #776C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C50

Black with #776C50

Text Example


Text Example

White with #776C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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