Html Css Color HEX #776C53 Peat

📋 copy color: '#776C53'

red 119 ◦ green 108 ◦ blue 83

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

Shades of Peat #776C53

Tints of Peat #776C53

RGB

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

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

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

R = 38.39%
G = 34.84%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#776C53 (or 0x776C53) is known color: Peat. HEX triplet: 77, 6C and 53. RGB value is (119,108,83). Sum of RGB (Red+Green+Blue) = 119+108+83=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #776C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C53 is #8893AC. Grayscale: #6C6C6C. Windows color (decimal): -8950701 or 5467255. OLE color: 5467255.

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

Color convert

RGB 119 108 83 -
CMYK 0 0.09 0.30 0.53
HSL 41.67º 0.18% 0.4% -
HSV(B) 41.67º 0.3% 0.47% -
XYZ 14.53 15.27 10.37 -
YUV 108.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 119 108 83 0 0.09 0.30 0.53 41.67 0.18 0.4
Hex 77 6C 53 0 9 1E 35 2A 12 28
Octal 167 154 123 0 11 36 65 52 22 50
Binary 1110111 1101100 1010011 0 1001 11110 110101 101010 10010 101000

Color Harmonies of #776C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C53

Black with #776C53

Text Example


Text Example

White with #776C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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