Html Css Color HEX #777213 Olivetone

📋 copy color: '#777213'

red 119 ◦ green 114 ◦ blue 19

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

Shades of Olivetone #777213

Tints of Olivetone #777213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 47.22%
G = 45.24%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#777213 (or 0x777213) is known color: Olivetone. HEX triplet: 77, 72 and 13. RGB value is (119,114,19). Sum of RGB (Red+Green+Blue) = 119+114+19=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #777213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777213 is #888DEC. Grayscale: #696969. Windows color (decimal): -8949229 or 1274487. OLE color: 1274487.

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

Color convert

RGB 119 114 19 -
CMYK 0 0.04 0.84 0.53
HSL 57º 0.72% 0.27% -
HSV(B) 57º 0.84% 0.47% -
XYZ 13.74 16 2.98 -
YUV 104.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 119 114 19 0 0.04 0.84 0.53 57 0.72 0.27
Hex 77 72 13 0 4 54 35 39 48 1B
Octal 167 162 23 0 4 124 65 71 110 33
Binary 1110111 1110010 10011 0 100 1010100 110101 111001 1001000 11011

Color Harmonies of #777213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777213

Black with #777213

Text Example


Text Example

White with #777213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777213; }

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

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

background-color css

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

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

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

border-color css

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

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

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