#98737C

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

Shades of Turkish Rose #98737C

Tints of Turkish Rose #98737C

Color information

#98737C (or 0x98737C) is unknown color: approx Turkish Rose. HEX triplet: 98, 73 and 7C. RGB value is (152,115,124). Sum of RGB (Red+Green+Blue) = 152+115+124=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737C is #678C83. Grayscale: #7F7F7F. Windows color (decimal): -6786180 or 8156056. OLE color: 8156056.

HSL color Cylindrical-coordinate representation of color #98737C: hue angle of 345.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98737C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152115124-
CMYK00.240.180.40
HSL345.41º15.23%52.35%-
HSV(B)345.41º24.34%59.61%-
XYZ22.7220.3921.81-
YUV127.09126.26145.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=38.87%
G=29.41%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512400.240.180.40345.4115.2352.35
Hex98737C0181228159f34
Octal23016317403022505311764
Binary1001100011100111111100011000100101010001010110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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