#89847E

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

Shades of Schooner #89847E

Tints of Schooner #89847E

Color information

#89847E (or 0x89847E) is unknown color: approx Schooner. HEX triplet: 89, 84 and 7E. RGB value is (137,132,126). Sum of RGB (Red+Green+Blue) = 137+132+126=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #89847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89847E is #767B81. Grayscale: #848484. Windows color (decimal): -7764866 or 8291465. OLE color: 8291465.

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

Color convert

RGB137132126-
CMYK00.040.080.46
HSL32.73º4.45%51.57%-
HSV(B)32.73º8.03%53.73%-
XYZ22.3323.3323.06-
YUV132.81124.16130.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=34.68%
G=33.42%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713212600.040.080.4632.734.4551.57
Hex89847E0482E21434
Octal21120417604105641464
Binary1000100110000100111111001001000101110100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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