#777208

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

Shades of Olive #777208

Tints of Olive #777208

Color information

#777208 (or 0x777208) is unknown color: approx Olive. HEX triplet: 77, 72 and 08. RGB value is (119,114,8). Sum of RGB (Red+Green+Blue) = 119+114+8=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777208 is #888DF7. Grayscale: #676767. Windows color (decimal): -8949240 or 553591. OLE color: 553591.

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

Color convert

RGB1191148-
CMYK00.040.930.53
HSL57.3º87.4%24.9%-
HSV(B)57.3º93.28%46.67%-
XYZ13.6715.972.59-
YUV103.4174.16139.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=49.38%
G=47.30%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114800.040.930.5357.387.424.9
Hex77728045D35395719
Octal1671621004135657112731
Binary11101111110010100001001011101110101111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777208; }

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

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

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

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

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

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

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

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