#777716

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

Shades of Olivetone #777716

Tints of Olivetone #777716

Color information

#777716 (or 0x777716) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 16. RGB value is (119,119,22). Sum of RGB (Red+Green+Blue) = 119+119+22=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777716 is #8888E9. Grayscale: #6C6C6C. Windows color (decimal): -8947946 or 1472375. OLE color: 1472375.

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

Color convert

RGB11911922-
CMYK000.820.53
HSL60º68.79%27.65%-
HSV(B)60º81.51%46.67%-
XYZ14.3517.173.32-
YUV107.9479.5135.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=45.77%
G=45.77%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911922000.820.536068.7927.65
Hex7777160052353c451c
Octal1671672600122657410534
Binary1110111111011110110001010010110101111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777716; }

 p { color: rgb(119,119,22); }

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

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

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

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

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

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

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