#9F7176

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

Shades of Turkish Rose #9F7176

Tints of Turkish Rose #9F7176

Color information

#9F7176 (or 0x9F7176) is unknown color: approx Turkish Rose. HEX triplet: 9F, 71 and 76. RGB value is (159,113,118). Sum of RGB (Red+Green+Blue) = 159+113+118=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7176 is #608E89. Grayscale: #7F7F7F. Windows color (decimal): -6327946 or 7762335. OLE color: 7762335.

HSL color Cylindrical-coordinate representation of color #9F7176: hue angle of 353.48º 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 #9F7176 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159113118-
CMYK00.290.260.38
HSL353.48º19.33%53.33%-
HSV(B)353.48º28.93%62.35%-
XYZ23.4720.4919.86-
YUV127.32122.74150.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=40.77%
G=28.97%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911311800.290.260.38353.4819.3353.33
Hex9F717601D1A261611335
Octal23716116603532465412365
Binary10011111111000111101100111011101010011010110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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