#777715

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

Shades of Olivetone #777715

Tints of Olivetone #777715

Color information

#777715 (or 0x777715) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 15. RGB value is (119,119,21). Sum of RGB (Red+Green+Blue) = 119+119+21=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777715 is #8888EA. Grayscale: #6C6C6C. Windows color (decimal): -8947947 or 1406839. OLE color: 1406839.

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

Color convert

RGB11911921-
CMYK000.820.53
HSL60º70%27.45%-
HSV(B)60º82.35%46.67%-
XYZ14.3417.173.27-
YUV107.8379135.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=45.95%
G=45.95%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911921000.820.53607027.45
Hex7777150052353c461b
Octal1671672500122657410633
Binary1110111111011110101001010010110101111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777715; }

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

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

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

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

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

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

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

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