#98727B

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

Shades of Turkish Rose #98727B

Tints of Turkish Rose #98727B

Color information

#98727B (or 0x98727B) is unknown color: approx Turkish Rose. HEX triplet: 98, 72 and 7B. RGB value is (152,114,123). Sum of RGB (Red+Green+Blue) = 152+114+123=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98727B is #678D84. Grayscale: #7E7E7E. Windows color (decimal): -6786437 or 8090264. OLE color: 8090264.

HSL color Cylindrical-coordinate representation of color #98727B: hue angle of 345.79º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98727B is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152114123-
CMYK00.250.190.40
HSL345.79º15.57%52.16%-
HSV(B)345.79º25%59.61%-
XYZ22.5420.1421.44-
YUV126.39126.09146.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=39.07%
G=29.31%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211412300.250.190.40345.7915.5752.16
Hex98727B019132815a1034
Octal23016217303123505322064
Binary10011000111001011110110110011001110100010101101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98727B; }

 p { color: rgb(152,114,123); }

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

<style>
 a { background-color: #98727B; }

 a { background-color: rgb(152,114,123); }

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

<style>
 span { border-color: #98727B; }

 span { border-color: rgb(152,114,123); }

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