#98787D

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

Shades of Turkish Rose #98787D

Tints of Turkish Rose #98787D

Color information

#98787D (or 0x98787D) is unknown color: approx Turkish Rose. HEX triplet: 98, 78 and 7D. RGB value is (152,120,125). Sum of RGB (Red+Green+Blue) = 152+120+125=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98787D is #678782. Grayscale: #828282. Windows color (decimal): -6784899 or 8222872. OLE color: 8222872.

HSL color Cylindrical-coordinate representation of color #98787D: hue angle of 350.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98787D is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152120125-
CMYK00.210.180.40
HSL350.62º13.45%53.33%-
HSV(B)350.62º21.05%59.61%-
XYZ23.3721.5922.34-
YUV130.14125.1143.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=38.29%
G=30.23%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212012500.210.180.40350.6213.4553.33
Hex98787D015122815fd35
Octal23017017502522505371565
Binary1001100011110001111101010101100101010001010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98787D; }

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

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

<style>
 a { background-color: #98787D; }

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

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

<style>
 span { border-color: #98787D; }

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

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