#89827C

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

Shades of Schooner #89827C

Tints of Schooner #89827C

Color information

#89827C (or 0x89827C) is unknown color: approx Schooner. HEX triplet: 89, 82 and 7C. RGB value is (137,130,124). Sum of RGB (Red+Green+Blue) = 137+130+124=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #89827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827C is #767D83. Grayscale: #838383. Windows color (decimal): -7765380 or 8159881. OLE color: 8159881.

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

Color convert

RGB137130124-
CMYK00.050.090.46
HSL27.69º5.22%51.18%-
HSV(B)27.69º9.49%53.73%-
XYZ21.9422.7422.3-
YUV131.41123.82131.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=35.04%
G=33.25%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012400.050.090.4627.695.2251.18
Hex89827C0592E1c533
Octal21120217405115634563
Binary100010011000001011111000101100110111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89827C; }

 p { color: rgb(137,130,124); }

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

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

 a { background-color: rgb(137,130,124); }

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

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

 span { border-color: rgb(137,130,124); }

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