#9F7E7F

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

Shades of Turkish Rose #9F7E7F

Tints of Turkish Rose #9F7E7F

Color information

#9F7E7F (or 0x9F7E7F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 7E and 7F. RGB value is (159,126,127). Sum of RGB (Red+Green+Blue) = 159+126+127=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E7F is #608180. Grayscale: #888888. Windows color (decimal): -6324609 or 8355487. OLE color: 8355487.

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

Color convert

RGB159126127-
CMYK00.210.200.38
HSL358.18º14.67%55.88%-
HSV(B)358.18º20.75%62.35%-
XYZ25.5923.8223.33-
YUV135.98122.93144.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 127 (50% from 255) = 30.83%
R=38.59%
G=30.58%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912612700.210.200.38358.1814.6755.88
Hex9F7E7F0151426166f38
Octal23717617702524465461770
Binary1001111111111101111111010101101001001101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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