#777112

Color #777112 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #777112

Tints of Olivetone #777112

Color information

#777112 (or 0x777112) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 12. RGB value is (119,113,18). Sum of RGB (Red+Green+Blue) = 119+113+18=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #777112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777112 is #888EED. Grayscale: #686868. Windows color (decimal): -8949486 or 1208695. OLE color: 1208695.

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

Color convert

RGB11911318-
CMYK00.050.850.53
HSL56.44º73.72%26.86%-
HSV(B)56.44º84.87%46.67%-
XYZ13.6215.782.9-
YUV103.9679.49138.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=47.6%
G=45.2%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191131800.050.850.5356.4473.7226.86
Hex777112055535384a1b
Octal1671612205125657011233
Binary111011111100011001001011010101110101111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777112; }

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

 H1.HeaderClassName
 {
   color: #777112;
 }
 .AnyTagClassName
 {
   color: #777112;
 }
</style>
background-color css

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

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

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

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

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

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