#77731D

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

Shades of Olivetone #77731D

Tints of Olivetone #77731D

Color information

#77731D (or 0x77731D) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 1D. RGB value is (119,115,29). Sum of RGB (Red+Green+Blue) = 119+115+29=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731D is #888CE2. Grayscale: #6A6A6A. Windows color (decimal): -8948963 or 1930103. OLE color: 1930103.

HSL color Cylindrical-coordinate representation of color #77731D: hue angle of 57.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77731D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11911529-
CMYK00.030.760.53
HSL57.33º60.81%29.02%-
HSV(B)57.33º75.63%46.67%-
XYZ13.9616.273.57-
YUV106.3984.33136.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=45.25%
G=43.73%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191152900.030.760.5357.3360.8129.02
Hex77731D034C35393d1d
Octal167163350311465717535
Binary1110111111001111101011100110011010111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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