Html Css Color HEX #787020 Pesto

📋 copy color: '#787020'

red 120 ◦ green 112 ◦ blue 32

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

Shades of Pesto #787020

Tints of Pesto #787020

RGB

 RED value IS 120 (47.27% from 255) = 45.45%

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 45.45%
G = 42.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#787020 (or 0x787020) is known color: Pesto. HEX triplet: 78, 70 and 20. RGB value is (120,112,32). Sum of RGB (Red+Green+Blue) = 120+112+32=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #787020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787020 is #878FDF. Grayscale: #696969. Windows color (decimal): -8884192 or 2125944. OLE color: 2125944.

HSL color Cylindrical-coordinate representation of color #787020: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #787020 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 32 -
CMYK 0 0.07 0.73 0.53
HSL 54.55º 0.58% 0.3% -
HSV(B) 54.55º 0.73% 0.47% -
XYZ 13.8 15.69 3.67 -
YUV 105.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 120 112 32 0 0.07 0.73 0.53 54.55 0.58 0.3
Hex 78 70 20 0 7 49 35 37 3A 1E
Octal 170 160 40 0 7 111 65 67 72 36
Binary 1111000 1110000 100000 0 111 1001001 110101 110111 111010 11110

Color Harmonies of #787020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787020

Black with #787020

Text Example


Text Example

White with #787020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787020; }

 p { color: rgb(120,112,32); }

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

background-color css

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

 a { background-color: rgb(120,112,32); }

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

border-color css

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

 span { border-color: rgb(120,112,32); }

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