Html Css Color HEX #807735 Pesto

📋 copy color: '#807735'

red 128 ◦ green 119 ◦ blue 53

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

Shades of Pesto #807735

Tints of Pesto #807735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 42.67%
G = 39.67%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#807735 (or 0x807735) is known color: Pesto. HEX triplet: 80, 77 and 35. RGB value is (128,119,53). Sum of RGB (Red+Green+Blue) = 128+119+53=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #807735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807735 is #7F88CA. Grayscale: #727272. Windows color (decimal): -8358091 or 3504000. OLE color: 3504000.

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

Color convert

RGB 128 119 53 -
CMYK 0 0.07 0.59 0.50
HSL 52.8º 0.41% 0.35% -
HSV(B) 52.8º 0.59% 0.5% -
XYZ 16.14 18.04 6 -
YUV 114.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 128 119 53 0 0.07 0.59 0.50 52.8 0.41 0.35
Hex 80 77 35 0 7 3B 32 35 29 23
Octal 200 167 65 0 7 73 62 65 51 43
Binary 10000000 1110111 110101 0 111 111011 110010 110101 101001 100011

Color Harmonies of #807735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807735

Black with #807735

Text Example


Text Example

White with #807735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807735; }

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

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

background-color css

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

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

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

border-color css

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

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

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