#98787C

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

Shades of Turkish Rose #98787C

Tints of Turkish Rose #98787C

Color information

#98787C (or 0x98787C) is unknown color: approx Turkish Rose. HEX triplet: 98, 78 and 7C. RGB value is (152,120,124). Sum of RGB (Red+Green+Blue) = 152+120+124=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98787C is #678783. Grayscale: #828282. Windows color (decimal): -6784900 or 8157336. OLE color: 8157336.

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

Color convert

RGB152120124-
CMYK00.210.180.40
HSL352.5º13.45%53.33%-
HSV(B)352.5º21.05%59.61%-
XYZ23.321.5622-
YUV130.02124.6143.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=38.38%
G=30.30%
B=31.31%

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
Decimal15212012400.210.180.40352.513.4553.33
Hex98787C0151228160d35
Octal23017017402522505401565
Binary1001100011110001111100010101100101010001011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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