Html Css Color HEX #777212 Olivetone

📋 copy color: '#777212'

red 119 ◦ green 114 ◦ blue 18

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

Shades of Olivetone #777212

Tints of Olivetone #777212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 47.41%
G = 45.42%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#777212 (or 0x777212) is known color: Olivetone. HEX triplet: 77, 72 and 12. RGB value is (119,114,18). Sum of RGB (Red+Green+Blue) = 119+114+18=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777212 is #888DED. Grayscale: #686868. Windows color (decimal): -8949230 or 1208951. OLE color: 1208951.

HSL color Cylindrical-coordinate representation of color #777212: hue angle of 57.03º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #777212 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 18 -
CMYK 0 0.04 0.85 0.53
HSL 57.03º 0.74% 0.27% -
HSV(B) 57.03º 0.85% 0.47% -
XYZ 13.73 16 2.94 -
YUV 104.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 119 114 18 0 0.04 0.85 0.53 57.03 0.74 0.27
Hex 77 72 12 0 4 55 35 39 4A 1B
Octal 167 162 22 0 4 125 65 71 112 33
Binary 1110111 1110010 10010 0 100 1010101 110101 111001 1001010 11011

Color Harmonies of #777212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777212

Black with #777212

Text Example


Text Example

White with #777212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777212; }

 p { color: rgb(119,114,18); }

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

background-color css

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

 a { background-color: rgb(119,114,18); }

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

border-color css

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

 span { border-color: rgb(119,114,18); }

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