Html Css Color HEX #777157 Peat

📋 copy color: '#777157'

red 119 ◦ green 113 ◦ blue 87

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

Shades of Peat #777157

Tints of Peat #777157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 87 (34.38% from 255) = 27.27%

R = 37.3%
G = 35.42%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#777157 (or 0x777157) is known color: Peat. HEX triplet: 77, 71 and 57. RGB value is (119,113,87). Sum of RGB (Red+Green+Blue) = 119+113+87=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777157 is #888EA8. Grayscale: #6F6F6F. Windows color (decimal): -8949417 or 5730679. OLE color: 5730679.

HSL color Cylindrical-coordinate representation of color #777157: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777157 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 87 -
CMYK 0 0.05 0.27 0.53
HSL 48.75º 0.16% 0.4% -
HSV(B) 48.75º 0.27% 0.47% -
XYZ 15.23 16.42 11.38 -
YUV 111.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 119 113 87 0 0.05 0.27 0.53 48.75 0.16 0.4
Hex 77 71 57 0 5 1B 35 31 10 28
Octal 167 161 127 0 5 33 65 61 20 50
Binary 1110111 1110001 1010111 0 101 11011 110101 110001 10000 101000

Color Harmonies of #777157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777157

Black with #777157

Text Example


Text Example

White with #777157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777157; }

 p { color: rgb(119,113,87); }

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

background-color css

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

 a { background-color: rgb(119,113,87); }

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

border-color css

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

 span { border-color: rgb(119,113,87); }

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