Html Css Color HEX #787720 Olivetone

📋 copy color: '#787720'

red 120 ◦ green 119 ◦ blue 32

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

Shades of Olivetone #787720

Tints of Olivetone #787720

RGB

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

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

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

R = 44.28%
G = 43.91%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#787720 (or 0x787720) is known color: Olivetone. HEX triplet: 78, 77 and 20. RGB value is (120,119,32). Sum of RGB (Red+Green+Blue) = 120+119+32=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #787720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787720 is #8788DF. Grayscale: #6D6D6D. Windows color (decimal): -8882400 or 2127736. OLE color: 2127736.

HSL color Cylindrical-coordinate representation of color #787720: hue angle of 59.32º 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 #787720 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 32 -
CMYK 0 0.01 0.73 0.53
HSL 59.32º 0.58% 0.3% -
HSV(B) 59.32º 0.73% 0.47% -
XYZ 14.6 17.29 3.93 -
YUV 109.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 120 119 32 0 0.01 0.73 0.53 59.32 0.58 0.3
Hex 78 77 20 0 1 49 35 3B 3A 1E
Octal 170 167 40 0 1 111 65 73 72 36
Binary 1111000 1110111 100000 0 1 1001001 110101 111011 111010 11110

Color Harmonies of #787720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787720

Black with #787720

Text Example


Text Example

White with #787720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787720; }

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

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

background-color css

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

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

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

border-color css

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

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

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