#777314

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

Shades of Olivetone #777314

Tints of Olivetone #777314

Color information

#777314 (or 0x777314) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 14. RGB value is (119,115,20). Sum of RGB (Red+Green+Blue) = 119+115+20=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777314 is #888CEB. Grayscale: #696969. Windows color (decimal): -8948972 or 1340279. OLE color: 1340279.

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

Color convert

RGB11911520-
CMYK00.030.830.53
HSL57.58º71.22%27.25%-
HSV(B)57.58º83.19%46.67%-
XYZ13.8616.233.06-
YUV105.3779.83137.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=46.85%
G=45.28%
B=7.87%

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
Decimal1191152000.030.830.5357.5871.2227.25
Hex7773140353353a471b
Octal1671632403123657210733
Binary11101111110011101000111010011110101111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777314; }

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

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

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

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

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

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

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

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