#9F7C82

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

Shades of Turkish Rose #9F7C82

Tints of Turkish Rose #9F7C82

Color information

#9F7C82 (or 0x9F7C82) is unknown color: approx Turkish Rose. HEX triplet: 9F, 7C and 82. RGB value is (159,124,130). Sum of RGB (Red+Green+Blue) = 159+124+130=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C82 is #60837D. Grayscale: #878787. Windows color (decimal): -6325118 or 8551583. OLE color: 8551583.

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

Color convert

RGB159124130-
CMYK00.220.180.38
HSL349.71º15.42%55.49%-
HSV(B)349.71º22.01%62.35%-
XYZ25.5323.424.29-
YUV135.15125.1145.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=38.50%
G=30.02%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912413000.220.180.38349.7115.4255.49
Hex9F7C82016122615ef37
Octal23717420202622465361767
Binary10011111111110010000010010110100101001101010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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