#777615

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

Shades of Olivetone #777615

Tints of Olivetone #777615

Color information

#777615 (or 0x777615) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 15. RGB value is (119,118,21). Sum of RGB (Red+Green+Blue) = 119+118+21=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #777615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777615 is #8889EA. Grayscale: #6B6B6B. Windows color (decimal): -8948203 or 1406583. OLE color: 1406583.

HSL color Cylindrical-coordinate representation of color #777615: hue angle of 59.39º 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 #777615 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB11911821-
CMYK00.010.820.53
HSL59.39º70%27.45%-
HSV(B)59.39º82.35%46.67%-
XYZ14.2216.933.23-
YUV107.2479.33136.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=46.12%
G=45.74%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191182100.010.820.5359.397027.45
Hex7776150152353b461b
Octal1671662501122657310633
Binary1110111111011010101011010010110101111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777615; }

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

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

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

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

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

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

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

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