Html Css Color HEX #777520 Olivetone

📋 copy color: '#777520'

red 119 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #777520

Tints of Olivetone #777520

RGB

 RED value IS 119 (46.88% from 255) = 44.4%

 GREEN value IS 117 (46.09% from 255) = 43.66%

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

R = 44.4%
G = 43.66%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#777520 (or 0x777520) is known color: Olivetone. HEX triplet: 77, 75 and 20. RGB value is (119,117,32). Sum of RGB (Red+Green+Blue) = 119+117+32=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #777520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777520 is #888ADF. Grayscale: #6C6C6C. Windows color (decimal): -8948448 or 2127223. OLE color: 2127223.

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

Color convert

RGB 119 117 32 -
CMYK 0 0.02 0.73 0.53
HSL 58.62º 0.58% 0.3% -
HSV(B) 58.62º 0.73% 0.47% -
XYZ 14.23 16.75 3.85 -
YUV 107.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 119 117 32 0 0.02 0.73 0.53 58.62 0.58 0.3
Hex 77 75 20 0 2 49 35 3B 3A 1E
Octal 167 165 40 0 2 111 65 73 72 36
Binary 1110111 1110101 100000 0 10 1001001 110101 111011 111010 11110

Color Harmonies of #777520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777520

Black with #777520

Text Example


Text Example

White with #777520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777520; }

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

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

background-color css

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

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

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

border-color css

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

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

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