#98737A

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

Shades of Turkish Rose #98737A

Tints of Turkish Rose #98737A

Color information

#98737A (or 0x98737A) is unknown color: approx Turkish Rose. HEX triplet: 98, 73 and 7A. RGB value is (152,115,122). Sum of RGB (Red+Green+Blue) = 152+115+122=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737A is #678C85. Grayscale: #7E7E7E. Windows color (decimal): -6786182 or 8024984. OLE color: 8024984.

HSL color Cylindrical-coordinate representation of color #98737A: hue angle of 348.65º 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 #98737A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152115122-
CMYK00.240.200.40
HSL348.65º15.23%52.35%-
HSV(B)348.65º24.34%59.61%-
XYZ22.5920.3421.15-
YUV126.86125.26145.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=39.07%
G=29.56%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512200.240.200.40348.6515.2352.35
Hex98737A018142815df34
Octal23016317203024505351764
Binary1001100011100111111010011000101001010001010111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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