#898075

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

Shades of Schooner #898075

Tints of Schooner #898075

Color information

#898075 (or 0x898075) is unknown color: approx Schooner. HEX triplet: 89, 80 and 75. RGB value is (137,128,117). Sum of RGB (Red+Green+Blue) = 137+128+117=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898075 is #767F8A. Grayscale: #818181. Windows color (decimal): -7765899 or 7700617. OLE color: 7700617.

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

Color convert

RGB137128117-
CMYK00.070.150.46
HSL33º7.87%49.8%-
HSV(B)33º14.6%53.73%-
XYZ21.2522.0419.96-
YUV129.44120.98133.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=35.86%
G=33.51%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811700.070.150.46337.8749.8
Hex89807507F2E21832
Octal211200165071756411062
Binary10001001100000001110101011111111011101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898075; }

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

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

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

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

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

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

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

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