#777124

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

Shades of Olivetone #777124

Tints of Olivetone #777124

Color information

#777124 (or 0x777124) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 24. RGB value is (119,113,36). Sum of RGB (Red+Green+Blue) = 119+113+36=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #777124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777124 is #888EDB. Grayscale: #6A6A6A. Windows color (decimal): -8949468 or 2388343. OLE color: 2388343.

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

Color convert

RGB11911336-
CMYK00.050.700.53
HSL55.66º53.55%30.39%-
HSV(B)55.66º69.75%46.67%-
XYZ13.8315.864-
YUV106.0288.49137.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=44.40%
G=42.16%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191133600.050.700.5355.6653.5530.39
Hex77712405463538361e
Octal167161440510665706636
Binary111011111100011001000101100011011010111100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777124; }

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

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

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

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

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

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

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

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