#9F757C

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

Shades of Turkish Rose #9F757C

Tints of Turkish Rose #9F757C

Color information

#9F757C (or 0x9F757C) is unknown color: approx Turkish Rose. HEX triplet: 9F, 75 and 7C. RGB value is (159,117,124). Sum of RGB (Red+Green+Blue) = 159+117+124=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F757C is #608A83. Grayscale: #828282. Windows color (decimal): -6326916 or 8156575. OLE color: 8156575.

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

Color convert

RGB159117124-
CMYK00.260.220.38
HSL350º17.95%54.12%-
HSV(B)350º26.42%62.35%-
XYZ24.321.5521.95-
YUV130.36124.41148.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=39.75%
G=29.25%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911712400.260.220.3835017.9554.12
Hex9F757C01A162615e1236
Octal23716517403226465362266
Binary10011111111010111111000110101011010011010101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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