Html Css Color HEX #777054 Peat

📋 copy color: '#777054'

red 119 ◦ green 112 ◦ blue 84

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

Shades of Peat #777054

Tints of Peat #777054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 37.78%
G = 35.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#777054 (or 0x777054) is known color: Peat. HEX triplet: 77, 70 and 54. RGB value is (119,112,84). Sum of RGB (Red+Green+Blue) = 119+112+84=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #777054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777054 is #888FAB. Grayscale: #6F6F6F. Windows color (decimal): -8949676 or 5533815. OLE color: 5533815.

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

Color convert

RGB 119 112 84 -
CMYK 0 0.06 0.29 0.53
HSL 48º 0.17% 0.4% -
HSV(B) 48º 0.29% 0.47% -
XYZ 15 16.15 10.71 -
YUV 110.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 119 112 84 0 0.06 0.29 0.53 48 0.17 0.4
Hex 77 70 54 0 6 1D 35 30 11 28
Octal 167 160 124 0 6 35 65 60 21 50
Binary 1110111 1110000 1010100 0 110 11101 110101 110000 10001 101000

Color Harmonies of #777054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777054

Black with #777054

Text Example


Text Example

White with #777054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777054; }

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

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

background-color css

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

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

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

border-color css

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

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

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