#777713

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

Shades of Olivetone #777713

Tints of Olivetone #777713

Color information

#777713 (or 0x777713) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 13. RGB value is (119,119,19). Sum of RGB (Red+Green+Blue) = 119+119+19=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777713 is #8888EC. Grayscale: #6C6C6C. Windows color (decimal): -8947949 or 1275767. OLE color: 1275767.

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

Color convert

RGB11911919-
CMYK000.840.53
HSL60º72.46%27.06%-
HSV(B)60º84.03%46.67%-
XYZ14.3217.163.17-
YUV107.678136.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=46.30%
G=46.30%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911919000.840.536072.4627.06
Hex7777130054353c481b
Octal1671672300124657411033
Binary1110111111011110011001010100110101111100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777713; }

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

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

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

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

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

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

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

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