#777317

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

Shades of Olivetone #777317

Tints of Olivetone #777317

Color information

#777317 (or 0x777317) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 17. RGB value is (119,115,23). Sum of RGB (Red+Green+Blue) = 119+115+23=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777317 is #888CE8. Grayscale: #6A6A6A. Windows color (decimal): -8948969 or 1536887. OLE color: 1536887.

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

Color convert

RGB11911523-
CMYK00.030.810.53
HSL57.5º67.61%27.84%-
HSV(B)57.5º80.67%46.67%-
XYZ13.8916.253.21-
YUV105.7181.33137.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=46.30%
G=44.75%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191152300.030.810.5357.567.6127.84
Hex7773170351353a441c
Octal1671632703121657210434
Binary11101111110011101110111010001110101111010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777317; }

 p { color: rgb(119,115,23); }

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

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

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

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

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

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

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