#777414

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

Shades of Olivetone #777414

Tints of Olivetone #777414

Color information

#777414 (or 0x777414) is unknown color: approx Olivetone. HEX triplet: 77, 74 and 14. RGB value is (119,116,20). Sum of RGB (Red+Green+Blue) = 119+116+20=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #777414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777414 is #888BEB. Grayscale: #6A6A6A. Windows color (decimal): -8948716 or 1340535. OLE color: 1340535.

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

Color convert

RGB11911620-
CMYK00.030.830.53
HSL58.18º71.22%27.25%-
HSV(B)58.18º83.19%46.67%-
XYZ13.9816.463.1-
YUV105.9579.49137.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=46.67%
G=45.49%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191162000.030.830.5358.1871.2227.25
Hex7774140353353a471b
Octal1671642403123657210733
Binary11101111110100101000111010011110101111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777414; }

 p { color: rgb(119,116,20); }

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

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

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

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

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

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

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