#9F7C81

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

Shades of Turkish Rose #9F7C81

Tints of Turkish Rose #9F7C81

Color information

#9F7C81 (or 0x9F7C81) is unknown color: approx Turkish Rose. HEX triplet: 9F, 7C and 81. RGB value is (159,124,129). Sum of RGB (Red+Green+Blue) = 159+124+129=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C81 is #60837E. Grayscale: #878787. Windows color (decimal): -6325119 or 8486047. OLE color: 8486047.

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

Color convert

RGB159124129-
CMYK00.220.190.38
HSL351.43º15.42%55.49%-
HSV(B)351.43º22.01%62.35%-
XYZ25.4723.3723.94-
YUV135.04124.6145.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=38.59%
G=30.10%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912412900.220.190.38351.4315.4255.49
Hex9F7C81016132615ff37
Octal23717420102623465371767
Binary10011111111110010000001010110100111001101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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