#77720A

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

Shades of Olive #77720A

Tints of Olive #77720A

Color information

#77720A (or 0x77720A) is unknown color: approx Olive. HEX triplet: 77, 72 and 0A. RGB value is (119,114,10). Sum of RGB (Red+Green+Blue) = 119+114+10=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720A is #888DF5. Grayscale: #686868. Windows color (decimal): -8949238 or 684663. OLE color: 684663.

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

Color convert

RGB11911410-
CMYK00.040.920.53
HSL57.25º84.5%25.29%-
HSV(B)57.25º91.6%46.67%-
XYZ13.6815.982.65-
YUV103.6475.16138.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=48.97%
G=46.91%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141000.040.920.5357.2584.525.29
Hex7772A045C35395419
Octal1671621204134657112431
Binary11101111110010101001001011100110101111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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