#9F757B

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

Shades of Turkish Rose #9F757B

Tints of Turkish Rose #9F757B

Color information

#9F757B (or 0x9F757B) is unknown color: approx Turkish Rose. HEX triplet: 9F, 75 and 7B. RGB value is (159,117,123). Sum of RGB (Red+Green+Blue) = 159+117+123=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F757B is #608A84. Grayscale: #828282. Windows color (decimal): -6326917 or 8091039. OLE color: 8091039.

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

Color convert

RGB159117123-
CMYK00.260.230.38
HSL351.43º17.95%54.12%-
HSV(B)351.43º26.42%62.35%-
XYZ24.2321.5221.62-
YUV130.24123.91148.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=39.85%
G=29.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911712300.260.230.38351.4317.9554.12
Hex9F757B01A172615f1236
Octal23716517303227465372266
Binary10011111111010111110110110101011110011010101111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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