Html Css Color HEX #776E53 Peat

📋 copy color: '#776E53'

red 119 ◦ green 110 ◦ blue 83

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

Shades of Peat #776E53

Tints of Peat #776E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 38.14%
G = 35.26%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#776E53 (or 0x776E53) is known color: Peat. HEX triplet: 77, 6E and 53. RGB value is (119,110,83). Sum of RGB (Red+Green+Blue) = 119+110+83=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E53 is #8891AC. Grayscale: #6D6D6D. Windows color (decimal): -8950189 or 5467767. OLE color: 5467767.

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

Color convert

RGB 119 110 83 -
CMYK 0 0.08 0.30 0.53
HSL 45º 0.18% 0.4% -
HSV(B) 45º 0.3% 0.47% -
XYZ 14.75 15.7 10.44 -
YUV 109.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 119 110 83 0 0.08 0.30 0.53 45 0.18 0.4
Hex 77 6E 53 0 8 1E 35 2D 12 28
Octal 167 156 123 0 10 36 65 55 22 50
Binary 1110111 1101110 1010011 0 1000 11110 110101 101101 10010 101000

Color Harmonies of #776E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E53

Black with #776E53

Text Example


Text Example

White with #776E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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