Html Css Color HEX #807719 Pesto

📋 copy color: '#807719'

red 128 ◦ green 119 ◦ blue 25

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

Shades of Pesto #807719

Tints of Pesto #807719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 47.06%
G = 43.75%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#807719 (or 0x807719) is known color: Pesto. HEX triplet: 80, 77 and 19. RGB value is (128,119,25). Sum of RGB (Red+Green+Blue) = 128+119+25=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #807719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807719 is #7F88E6. Grayscale: #6F6F6F. Windows color (decimal): -8358119 or 1668992. OLE color: 1668992.

HSL color Cylindrical-coordinate representation of color #807719: hue angle of 54.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #807719 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 25 -
CMYK 0 0.07 0.80 0.50
HSL 54.76º 0.67% 0.3% -
HSV(B) 54.76º 0.8% 0.5% -
XYZ 15.67 17.85 3.54 -
YUV 110.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 128 119 25 0 0.07 0.80 0.50 54.76 0.67 0.3
Hex 80 77 19 0 7 50 32 37 43 1E
Octal 200 167 31 0 7 120 62 67 103 36
Binary 10000000 1110111 11001 0 111 1010000 110010 110111 1000011 11110

Color Harmonies of #807719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807719

Black with #807719

Text Example


Text Example

White with #807719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807719; }

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

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

background-color css

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

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

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

border-color css

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

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

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