#777519

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

Shades of Olivetone #777519

Tints of Olivetone #777519

Color information

#777519 (or 0x777519) is unknown color: approx Olivetone. HEX triplet: 77, 75 and 19. RGB value is (119,117,25). Sum of RGB (Red+Green+Blue) = 119+117+25=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #777519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777519 is #888AE6. Grayscale: #6B6B6B. Windows color (decimal): -8948455 or 1668471. OLE color: 1668471.

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

Color convert

RGB11911725-
CMYK00.020.790.53
HSL58.72º65.28%28.24%-
HSV(B)58.72º78.99%46.67%-
XYZ14.1416.713.4-
YUV107.1181.66136.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=45.59%
G=44.83%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191172500.020.790.5358.7265.2828.24
Hex777519024F353b411c
Octal1671653102117657310134
Binary11101111110101110010101001111110101111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777519; }

 p { color: rgb(119,117,25); }

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

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

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

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

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

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

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