#898072

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

Shades of Schooner #898072

Tints of Schooner #898072

Color information

#898072 (or 0x898072) is unknown color: approx Schooner. HEX triplet: 89, 80 and 72. RGB value is (137,128,114). Sum of RGB (Red+Green+Blue) = 137+128+114=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #898072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898072 is #767F8D. Grayscale: #818181. Windows color (decimal): -7765902 or 7504009. OLE color: 7504009.

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

Color convert

RGB137128114-
CMYK00.070.170.46
HSL36.52º9.16%49.22%-
HSV(B)36.52º16.79%53.73%-
XYZ21.0721.9719.05-
YUV129.1119.48133.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=36.15%
G=33.77%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811400.070.170.4636.529.1649.22
Hex89807207112E25931
Octal211200162072156451161
Binary100010011000000011100100111100011011101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898072; }

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

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

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

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

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

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

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

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