#77720C

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

Shades of Olive #77720C

Tints of Olive #77720C

Color information

#77720C (or 0x77720C) is unknown color: approx Olive. HEX triplet: 77, 72 and 0C. RGB value is (119,114,12). Sum of RGB (Red+Green+Blue) = 119+114+12=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720C is #888DF3. Grayscale: #686868. Windows color (decimal): -8949236 or 815735. OLE color: 815735.

HSL color Cylindrical-coordinate representation of color #77720C: hue angle of 57.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77720C is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11911412-
CMYK00.040.900.53
HSL57.2º81.68%25.69%-
HSV(B)57.2º89.92%46.67%-
XYZ13.6915.982.71-
YUV103.8776.16138.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=48.57%
G=46.53%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141200.040.900.5357.281.6825.69
Hex7772C045A3539521a
Octal1671621404132657112232
Binary11101111110010110001001011010110101111001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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