#777115

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

Shades of Olivetone #777115

Tints of Olivetone #777115

Color information

#777115 (or 0x777115) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 15. RGB value is (119,113,21). Sum of RGB (Red+Green+Blue) = 119+113+21=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777115 is #888EEA. Grayscale: #686868. Windows color (decimal): -8949483 or 1405303. OLE color: 1405303.

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

Color convert

RGB11911321-
CMYK00.050.820.53
HSL56.33º70%27.45%-
HSV(B)56.33º82.35%46.67%-
XYZ13.6515.793.04-
YUV104.3180.99138.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=47.04%
G=44.66%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191132100.050.820.5356.337027.45
Hex77711505523538461b
Octal1671612505122657010633
Binary111011111100011010101011010010110101111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777115; }

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

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

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

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

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

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

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

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