#987C7F

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

Shades of Turkish Rose #987C7F

Tints of Turkish Rose #987C7F

Color information

#987C7F (or 0x987C7F) is unknown color: approx Turkish Rose. HEX triplet: 98, 7C and 7F. RGB value is (152,124,127). Sum of RGB (Red+Green+Blue) = 152+124+127=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C7F is #678380. Grayscale: #848484. Windows color (decimal): -6783873 or 8354968. OLE color: 8354968.

HSL color Cylindrical-coordinate representation of color #987C7F: hue angle of 353.57º 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 #987C7F is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152124127-
CMYK00.180.160.40
HSL353.57º11.97%54.12%-
HSV(B)353.57º18.42%59.61%-
XYZ23.9922.6223.18-
YUV132.71124.78141.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 127 (50% from 255) = 31.51%
R=37.72%
G=30.77%
B=31.51%

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
Decimal15212412700.180.160.40353.5711.9754.12
Hex987C7F0121028162c36
Octal23017417702220505421466
Binary1001100011111001111111010010100001010001011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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