#9F757F

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

Shades of Turkish Rose #9F757F

Tints of Turkish Rose #9F757F

Color information

#9F757F (or 0x9F757F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 75 and 7F. RGB value is (159,117,127). Sum of RGB (Red+Green+Blue) = 159+117+127=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F757F is #608A80. Grayscale: #828282. Windows color (decimal): -6326913 or 8353183. OLE color: 8353183.

HSL color Cylindrical-coordinate representation of color #9F757F: hue angle of 345.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F757F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159117127-
CMYK00.260.200.38
HSL345.71º17.95%54.12%-
HSV(B)345.71º26.42%62.35%-
XYZ24.4921.6322.96-
YUV130.7125.91148.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 127 (50% from 255) = 31.51%
R=39.45%
G=29.03%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911712700.260.200.38345.7117.9554.12
Hex9F757F01A142615a1236
Octal23716517703224465322266
Binary10011111111010111111110110101010010011010101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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