#89847F

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

Shades of Schooner #89847F

Tints of Schooner #89847F

Color information

#89847F (or 0x89847F) is unknown color: approx Schooner. HEX triplet: 89, 84 and 7F. RGB value is (137,132,127). Sum of RGB (Red+Green+Blue) = 137+132+127=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #89847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89847F is #767B80. Grayscale: #848484. Windows color (decimal): -7764865 or 8357001. OLE color: 8357001.

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

Color convert

RGB137132127-
CMYK00.040.070.46
HSL30º4.07%51.76%-
HSV(B)30º7.3%53.73%-
XYZ22.423.3523.41-
YUV132.93124.66130.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 32.07%
R=34.60%
G=33.33%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713212700.040.070.46304.0751.76
Hex89847F0472E1e434
Octal2112041770475636464
Binary10001001100001001111111010011110111011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89847F; }

 p { color: rgb(137,132,127); }

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

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

 a { background-color: rgb(137,132,127); }

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

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

 span { border-color: rgb(137,132,127); }

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