#77721A

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

Shades of Olivetone #77721A

Tints of Olivetone #77721A

Color information

#77721A (or 0x77721A) is unknown color: approx Olivetone. HEX triplet: 77, 72 and 1A. RGB value is (119,114,26). Sum of RGB (Red+Green+Blue) = 119+114+26=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77721A is #888DE5. Grayscale: #696969. Windows color (decimal): -8949222 or 1733239. OLE color: 1733239.

HSL color Cylindrical-coordinate representation of color #77721A: hue angle of 56.77º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77721A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB11911426-
CMYK00.040.780.53
HSL56.77º64.14%28.43%-
HSV(B)56.77º78.15%46.67%-
XYZ13.8116.033.34-
YUV105.4683.16137.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=45.95%
G=44.02%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191142600.040.780.5356.7764.1428.43
Hex77721A044E3539401c
Octal1671623204116657110034
Binary111011111100101101001001001110110101111001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77721A; }

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

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

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

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

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

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

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

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