Html Css Color HEX #807737 Pesto

📋 copy color: '#807737'

red 128 ◦ green 119 ◦ blue 55

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

Shades of Pesto #807737

Tints of Pesto #807737

RGB

 RED value IS 128 (50.39% from 255) = 42.38%

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 42.38%
G = 39.4%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#807737 (or 0x807737) is known color: Pesto. HEX triplet: 80, 77 and 37. RGB value is (128,119,55). Sum of RGB (Red+Green+Blue) = 128+119+55=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #807737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807737 is #7F88C8. Grayscale: #727272. Windows color (decimal): -8358089 or 3635072. OLE color: 3635072.

HSL color Cylindrical-coordinate representation of color #807737: hue angle of 52.6º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #807737 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 55 -
CMYK 0 0.07 0.57 0.50
HSL 52.6º 0.4% 0.36% -
HSV(B) 52.6º 0.57% 0.5% -
XYZ 16.19 18.06 6.25 -
YUV 114.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 128 119 55 0 0.07 0.57 0.50 52.6 0.4 0.36
Hex 80 77 37 0 7 39 32 35 28 24
Octal 200 167 67 0 7 71 62 65 50 44
Binary 10000000 1110111 110111 0 111 111001 110010 110101 101000 100100

Color Harmonies of #807737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807737

Black with #807737

Text Example


Text Example

White with #807737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807737; }

 p { color: rgb(128,119,55); }

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

background-color css

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

 a { background-color: rgb(128,119,55); }

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

border-color css

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

 span { border-color: rgb(128,119,55); }

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