#987E81

Color #987E81 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #987E81

Tints of Turkish Rose #987E81

Color information

#987E81 (or 0x987E81) is unknown color: approx Turkish Rose. HEX triplet: 98, 7E and 81. RGB value is (152,126,129). Sum of RGB (Red+Green+Blue) = 152+126+129=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E81 is #67817E. Grayscale: #868686. Windows color (decimal): -6783359 or 8486552. OLE color: 8486552.

HSL color Cylindrical-coordinate representation of color #987E81: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #987E81 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152126129-
CMYK00.170.150.40
HSL353.08º11.21%54.51%-
HSV(B)353.08º17.11%59.61%-
XYZ24.3723.1823.96-
YUV134.12125.11140.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=37.35%
G=30.96%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212612900.170.150.40353.0811.2154.51
Hex987E81011F28161b37
Octal23017620102117505411367
Binary1001100011111101000000101000111111010001011000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987E81; }

 p { color: rgb(152,126,129); }

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

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

 a { background-color: rgb(152,126,129); }

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

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

 span { border-color: rgb(152,126,129); }

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