Html Css Color HEX #807714 Pesto

📋 copy color: '#807714'

red 128 ◦ green 119 ◦ blue 20

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

Shades of Pesto #807714

Tints of Pesto #807714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 47.94%
G = 44.57%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#807714 (or 0x807714) is known color: Pesto. HEX triplet: 80, 77 and 14. RGB value is (128,119,20). Sum of RGB (Red+Green+Blue) = 128+119+20=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #807714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807714 is #7F88EB. Grayscale: #6E6E6E. Windows color (decimal): -8358124 or 1341312. OLE color: 1341312.

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

Color convert

RGB 128 119 20 -
CMYK 0 0.07 0.84 0.50
HSL 55º 0.73% 0.29% -
HSV(B) 55º 0.84% 0.5% -
XYZ 15.63 17.83 3.28 -
YUV 110.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 128 119 20 0 0.07 0.84 0.50 55 0.73 0.29
Hex 80 77 14 0 7 54 32 37 49 1D
Octal 200 167 24 0 7 124 62 67 111 35
Binary 10000000 1110111 10100 0 111 1010100 110010 110111 1001001 11101

Color Harmonies of #807714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807714

Black with #807714

Text Example


Text Example

White with #807714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807714; }

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

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

background-color css

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

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

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

border-color css

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

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

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