#897F71

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

Shades of Schooner #897F71

Tints of Schooner #897F71

Color information

#897F71 (or 0x897F71) is unknown color: approx Schooner. HEX triplet: 89, 7F and 71. RGB value is (137,127,113). Sum of RGB (Red+Green+Blue) = 137+127+113=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #897F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F71 is #76808E. Grayscale: #808080. Windows color (decimal): -7766159 or 7438217. OLE color: 7438217.

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

Color convert

RGB137127113-
CMYK00.070.180.46
HSL35º9.6%49.02%-
HSV(B)35º17.52%53.73%-
XYZ20.8921.6918.71-
YUV128.39119.31134.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=36.34%
G=33.69%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712711300.070.180.46359.649.02
Hex897F7107122E23a31
Octal211177161072256431261
Binary10001001111111111100010111100101011101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897F71; }

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

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

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

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

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

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

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

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