#777121

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

Shades of Olivetone #777121

Tints of Olivetone #777121

Color information

#777121 (or 0x777121) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 21. RGB value is (119,113,33). Sum of RGB (Red+Green+Blue) = 119+113+33=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #777121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777121 is #888EDE. Grayscale: #6A6A6A. Windows color (decimal): -8949471 or 2191735. OLE color: 2191735.

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

Color convert

RGB11911333-
CMYK00.050.720.53
HSL55.81º56.58%29.8%-
HSV(B)55.81º72.27%46.67%-
XYZ13.7915.843.77-
YUV105.6786.99137.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=44.91%
G=42.64%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191133300.050.720.5355.8156.5829.8
Hex77712105483538391e
Octal167161410511065707136
Binary111011111100011000010101100100011010111100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777121; }

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

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

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

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

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

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

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

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