Html Css Color HEX #777011 Olivetone

📋 copy color: '#777011'

red 119 ◦ green 112 ◦ blue 17

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

Shades of Olivetone #777011

Tints of Olivetone #777011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 47.98%
G = 45.16%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#777011 (or 0x777011) is known color: Olivetone. HEX triplet: 77, 70 and 11. RGB value is (119,112,17). Sum of RGB (Red+Green+Blue) = 119+112+17=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #777011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777011 is #888FEE. Grayscale: #676767. Windows color (decimal): -8949743 or 1142903. OLE color: 1142903.

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

Color convert

RGB 119 112 17 -
CMYK 0 0.06 0.86 0.53
HSL 55.88º 0.75% 0.27% -
HSV(B) 55.88º 0.86% 0.47% -
XYZ 13.5 15.55 2.82 -
YUV 103.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 119 112 17 0 0.06 0.86 0.53 55.88 0.75 0.27
Hex 77 70 11 0 6 56 35 38 4B 1B
Octal 167 160 21 0 6 126 65 70 113 33
Binary 1110111 1110000 10001 0 110 1010110 110101 111000 1001011 11011

Color Harmonies of #777011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777011

Black with #777011

Text Example


Text Example

White with #777011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777011; }

 p { color: rgb(119,112,17); }

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

background-color css

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

 a { background-color: rgb(119,112,17); }

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

border-color css

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

 span { border-color: rgb(119,112,17); }

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