#9F7178

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

Shades of Turkish Rose #9F7178

Tints of Turkish Rose #9F7178

Color information

#9F7178 (or 0x9F7178) is unknown color: approx Turkish Rose. HEX triplet: 9F, 71 and 78. RGB value is (159,113,120). Sum of RGB (Red+Green+Blue) = 159+113+120=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7178 is #608E87. Grayscale: #7F7F7F. Windows color (decimal): -6327944 or 7893407. OLE color: 7893407.

HSL color Cylindrical-coordinate representation of color #9F7178: hue angle of 350.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7178 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB159113120-
CMYK00.290.250.38
HSL350.87º19.33%53.33%-
HSV(B)350.87º28.93%62.35%-
XYZ23.5920.5420.49-
YUV127.55123.74150.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=40.56%
G=28.83%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911312000.290.250.38350.8719.3353.33
Hex9F717801D192615f1335
Octal23716117003531465372365
Binary10011111111000111110000111011100110011010101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7178; }

 p { color: rgb(159,113,120); }

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

<style>
 a { background-color: #9F7178; }

 a { background-color: rgb(159,113,120); }

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

<style>
 span { border-color: #9F7178; }

 span { border-color: rgb(159,113,120); }

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