#777627

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

Shades of Olivetone #777627

Tints of Olivetone #777627

Color information

#777627 (or 0x777627) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 27. RGB value is (119,118,39). Sum of RGB (Red+Green+Blue) = 119+118+39=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #777627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777627 is #8889D8. Grayscale: #6D6D6D. Windows color (decimal): -8948185 or 2586231. OLE color: 2586231.

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

Color convert

RGB11911839-
CMYK00.010.670.53
HSL59.25º50.63%30.98%-
HSV(B)59.25º67.23%46.67%-
XYZ14.4517.034.44-
YUV109.2988.33134.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=43.12%
G=42.75%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191183900.010.670.5359.2550.6330.98
Hex7776270143353b331f
Octal167166470110365736337
Binary1110111111011010011101100001111010111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777627; }

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

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

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

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

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

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

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

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