#9D7479

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

Shades of Turkish Rose #9D7479

Tints of Turkish Rose #9D7479

Color information

#9D7479 (or 0x9D7479) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 79. RGB value is (157,116,121). Sum of RGB (Red+Green+Blue) = 157+116+121=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7479 is #628B86. Grayscale: #808080. Windows color (decimal): -6458247 or 7959709. OLE color: 7959709.

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

Color convert

RGB157116121-
CMYK00.260.230.38
HSL352.68º17.3%53.53%-
HSV(B)352.68º26.11%61.57%-
XYZ23.621.0420.91-
YUV128.83123.58148.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=39.85%
G=29.44%
B=30.71%

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
Decimal15711612100.260.230.38352.6817.353.53
Hex9D747901A17261611136
Octal23516417103227465412166
Binary10011101111010011110010110101011110011010110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,121); }

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

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

 a { background-color: rgb(157,116,121); }

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

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

 span { border-color: rgb(157,116,121); }

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