Html Css Color HEX #777424 Olivetone

📋 copy color: '#777424'

red 119 ◦ green 116 ◦ blue 36

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

Shades of Olivetone #777424

Tints of Olivetone #777424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 43.91%
G = 42.8%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#777424 (or 0x777424) is known color: Olivetone. HEX triplet: 77, 74 and 24. RGB value is (119,116,36). Sum of RGB (Red+Green+Blue) = 119+116+36=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #777424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777424 is #888BDB. Grayscale: #6C6C6C. Windows color (decimal): -8948700 or 2389111. OLE color: 2389111.

HSL color Cylindrical-coordinate representation of color #777424: hue angle of 57.83º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #777424 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 36 -
CMYK 0 0.03 0.70 0.53
HSL 57.83º 0.54% 0.3% -
HSV(B) 57.83º 0.7% 0.47% -
XYZ 14.17 16.54 4.11 -
YUV 107.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 119 116 36 0 0.03 0.70 0.53 57.83 0.54 0.3
Hex 77 74 24 0 3 46 35 3A 36 1E
Octal 167 164 44 0 3 106 65 72 66 36
Binary 1110111 1110100 100100 0 11 1000110 110101 111010 110110 11110

Color Harmonies of #777424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777424

Black with #777424

Text Example


Text Example

White with #777424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777424; }

 p { color: rgb(119,116,36); }

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

background-color css

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

 a { background-color: rgb(119,116,36); }

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

border-color css

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

 span { border-color: rgb(119,116,36); }

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