Html Css Color HEX #776F54 Peat

📋 copy color: '#776F54'

red 119 ◦ green 111 ◦ blue 84

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

Shades of Peat #776F54

Tints of Peat #776F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 37.9%
G = 35.35%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776F54 (or 0x776F54) is known color: Peat. HEX triplet: 77, 6F and 54. RGB value is (119,111,84). Sum of RGB (Red+Green+Blue) = 119+111+84=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F54 is #8890AB. Grayscale: #6E6E6E. Windows color (decimal): -8949932 or 5533559. OLE color: 5533559.

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

Color convert

RGB 119 111 84 -
CMYK 0 0.07 0.29 0.53
HSL 46.29º 0.17% 0.4% -
HSV(B) 46.29º 0.29% 0.47% -
XYZ 14.89 15.93 10.68 -
YUV 110.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 119 111 84 0 0.07 0.29 0.53 46.29 0.17 0.4
Hex 77 6F 54 0 7 1D 35 2E 11 28
Octal 167 157 124 0 7 35 65 56 21 50
Binary 1110111 1101111 1010100 0 111 11101 110101 101110 10001 101000

Color Harmonies of #776F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F54

Black with #776F54

Text Example


Text Example

White with #776F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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