#77771A

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

Shades of Olivetone #77771A

Tints of Olivetone #77771A

Color information

#77771A (or 0x77771A) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 1A. RGB value is (119,119,26). Sum of RGB (Red+Green+Blue) = 119+119+26=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77771A is #8888E5. Grayscale: #6C6C6C. Windows color (decimal): -8947942 or 1734519. OLE color: 1734519.

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

Color convert

RGB11911926-
CMYK000.780.53
HSL60º64.14%28.43%-
HSV(B)60º78.15%46.67%-
XYZ14.3917.193.54-
YUV108.481.5135.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=45.08%
G=45.08%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911926000.780.536064.1428.43
Hex77771A004E353c401c
Octal1671673200116657410034
Binary1110111111011111010001001110110101111100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77771A; }

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

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

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

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

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

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

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

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