Html Css Color HEX #777053 Peat

📋 copy color: '#777053'

red 119 ◦ green 112 ◦ blue 83

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

Shades of Peat #777053

Tints of Peat #777053

RGB

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

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

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

R = 37.9%
G = 35.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#777053 (or 0x777053) is known color: Peat. HEX triplet: 77, 70 and 53. RGB value is (119,112,83). Sum of RGB (Red+Green+Blue) = 119+112+83=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #777053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777053 is #888FAC. Grayscale: #6E6E6E. Windows color (decimal): -8949677 or 5468279. OLE color: 5468279.

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

Color convert

RGB 119 112 83 -
CMYK 0 0.06 0.30 0.53
HSL 48.33º 0.18% 0.4% -
HSV(B) 48.33º 0.3% 0.47% -
XYZ 14.96 16.13 10.51 -
YUV 110.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 119 112 83 0 0.06 0.30 0.53 48.33 0.18 0.4
Hex 77 70 53 0 6 1E 35 30 12 28
Octal 167 160 123 0 6 36 65 60 22 50
Binary 1110111 1110000 1010011 0 110 11110 110101 110000 10010 101000

Color Harmonies of #777053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777053

Black with #777053

Text Example


Text Example

White with #777053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777053; }

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

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

background-color css

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

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

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

border-color css

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

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

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