#987D7F

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

Shades of Turkish Rose #987D7F

Tints of Turkish Rose #987D7F

Color information

#987D7F (or 0x987D7F) is unknown color: approx Turkish Rose. HEX triplet: 98, 7D and 7F. RGB value is (152,125,127). Sum of RGB (Red+Green+Blue) = 152+125+127=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D7F is #678280. Grayscale: #858585. Windows color (decimal): -6783617 or 8355224. OLE color: 8355224.

HSL color Cylindrical-coordinate representation of color #987D7F: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D7F is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152125127-
CMYK00.180.160.40
HSL355.56º11.59%54.31%-
HSV(B)355.56º17.76%59.61%-
XYZ24.1122.8723.22-
YUV133.3124.45141.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 127 (50% from 255) = 31.44%
R=37.62%
G=30.94%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212512700.180.160.40355.5611.5954.31
Hex987D7F0121028164c36
Octal23017517702220505441466
Binary1001100011111011111111010010100001010001011001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,127); }

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

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

 a { background-color: rgb(152,125,127); }

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

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

 span { border-color: rgb(152,125,127); }

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