#898076

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

Shades of Schooner #898076

Tints of Schooner #898076

Color information

#898076 (or 0x898076) is unknown color: approx Schooner. HEX triplet: 89, 80 and 76. RGB value is (137,128,118). Sum of RGB (Red+Green+Blue) = 137+128+118=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #898076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898076 is #767F89. Grayscale: #818181. Windows color (decimal): -7765898 or 7766153. OLE color: 7766153.

HSL color Cylindrical-coordinate representation of color #898076: hue angle of 31.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898076 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137128118-
CMYK00.070.140.46
HSL31.58º7.45%50%-
HSV(B)31.58º13.87%53.73%-
XYZ21.3122.0620.28-
YUV129.55121.48133.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=35.77%
G=33.42%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811800.070.140.4631.587.4550
Hex89807607E2E20732
Octal21120016607165640762
Binary1000100110000000111011001111110101110100000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898076; }

 p { color: rgb(137,128,118); }

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

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

 a { background-color: rgb(137,128,118); }

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

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

 span { border-color: rgb(137,128,118); }

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