#9F7A82

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

Shades of Turkish Rose #9F7A82

Tints of Turkish Rose #9F7A82

Color information

#9F7A82 (or 0x9F7A82) is unknown color: approx Turkish Rose. HEX triplet: 9F, 7A and 82. RGB value is (159,122,130). Sum of RGB (Red+Green+Blue) = 159+122+130=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A82 is #60857D. Grayscale: #858585. Windows color (decimal): -6325630 or 8551071. OLE color: 8551071.

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

Color convert

RGB159122130-
CMYK00.230.180.38
HSL347.03º16.16%55.1%-
HSV(B)347.03º23.27%62.35%-
XYZ25.2922.924.21-
YUV133.98125.76145.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=38.69%
G=29.68%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912213000.230.180.38347.0316.1655.1
Hex9F7A82017122615b1037
Octal23717220202722465332067
Binary100111111111010100000100101111001010011010101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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