#777427

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

Shades of Olivetone #777427

Tints of Olivetone #777427

Color information

#777427 (or 0x777427) is unknown color: approx Olivetone. HEX triplet: 77, 74 and 27. RGB value is (119,116,39). Sum of RGB (Red+Green+Blue) = 119+116+39=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #777427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777427 is #888BD8. Grayscale: #6C6C6C. Windows color (decimal): -8948697 or 2585719. OLE color: 2585719.

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

Color convert

RGB11911639-
CMYK00.030.670.53
HSL57.75º50.63%30.98%-
HSV(B)57.75º67.23%46.67%-
XYZ14.2216.564.37-
YUV108.1288.99135.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=43.43%
G=42.34%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191163900.030.670.5357.7550.6330.98
Hex7774270343353a331f
Octal167164470310365726337
Binary11101111110100100111011100001111010111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777427; }

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

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

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

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

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

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

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

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