#987F81

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

Shades of Turkish Rose #987F81

Tints of Turkish Rose #987F81

Color information

#987F81 (or 0x987F81) is unknown color: approx Turkish Rose. HEX triplet: 98, 7F and 81. RGB value is (152,127,129). Sum of RGB (Red+Green+Blue) = 152+127+129=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #987F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F81 is #67807E. Grayscale: #868686. Windows color (decimal): -6783103 or 8486808. OLE color: 8486808.

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

Color convert

RGB152127129-
CMYK00.160.150.40
HSL355.2º10.82%54.71%-
HSV(B)355.2º16.45%59.61%-
XYZ24.523.4424-
YUV134.7124.78140.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=37.25%
G=31.13%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212712900.160.150.40355.210.8254.71
Hex987F81010F28163b37
Octal23017720102017505431367
Binary1001100011111111000000101000011111010001011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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