#9F717F

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

Shades of Turkish Rose #9F717F

Tints of Turkish Rose #9F717F

Color information

#9F717F (or 0x9F717F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 71 and 7F. RGB value is (159,113,127). Sum of RGB (Red+Green+Blue) = 159+113+127=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717F is #608E80. Grayscale: #808080. Windows color (decimal): -6327937 or 8352159. OLE color: 8352159.

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

Color convert

RGB159113127-
CMYK00.290.200.38
HSL341.74º19.33%53.33%-
HSV(B)341.74º28.93%62.35%-
XYZ24.0320.7122.81-
YUV128.35127.24149.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 127 (50% from 255) = 31.83%
R=39.85%
G=28.32%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911312700.290.200.38341.7419.3353.33
Hex9F717F01D14261561335
Octal23716117703524465262365
Binary10011111111000111111110111011010010011010101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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