#98787E

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

Shades of Turkish Rose #98787E

Tints of Turkish Rose #98787E

Color information

#98787E (or 0x98787E) is unknown color: approx Turkish Rose. HEX triplet: 98, 78 and 7E. RGB value is (152,120,126). Sum of RGB (Red+Green+Blue) = 152+120+126=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #98787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98787E is #678781. Grayscale: #828282. Windows color (decimal): -6784898 or 8288408. OLE color: 8288408.

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

Color convert

RGB152120126-
CMYK00.210.170.40
HSL348.75º13.45%53.33%-
HSV(B)348.75º21.05%59.61%-
XYZ23.4321.6122.68-
YUV130.25125.6143.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=38.19%
G=30.15%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212012600.210.170.40348.7513.4553.33
Hex98787E015112815dd35
Octal23017017602521505351565
Binary1001100011110001111110010101100011010001010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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