#77731A

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

Shades of Olivetone #77731A

Tints of Olivetone #77731A

Color information

#77731A (or 0x77731A) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 1A. RGB value is (119,115,26). Sum of RGB (Red+Green+Blue) = 119+115+26=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731A is #888CE5. Grayscale: #6A6A6A. Windows color (decimal): -8948966 or 1733495. OLE color: 1733495.

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

Color convert

RGB11911526-
CMYK00.030.780.53
HSL57.42º64.14%28.43%-
HSV(B)57.42º78.15%46.67%-
XYZ13.9216.263.38-
YUV106.0582.83137.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 26 (10.55% from 255) = 10%
R=45.77%
G=44.23%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191152600.030.780.5357.4264.1428.43
Hex77731A034E3539401c
Octal1671633203116657110034
Binary11101111110011110100111001110110101111001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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