#9D7576

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

Shades of Turkish Rose #9D7576

Tints of Turkish Rose #9D7576

Color information

#9D7576 (or 0x9D7576) is unknown color: approx Turkish Rose. HEX triplet: 9D, 75 and 76. RGB value is (157,117,118). Sum of RGB (Red+Green+Blue) = 157+117+118=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7576 is #628A89. Grayscale: #818181. Windows color (decimal): -6457994 or 7763357. OLE color: 7763357.

HSL color Cylindrical-coordinate representation of color #9D7576: hue angle of 358.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7576 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157117118-
CMYK00.250.250.38
HSL358.5º16.95%53.73%-
HSV(B)358.5º25.48%61.57%-
XYZ23.5421.219.99-
YUV129.07121.75147.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=40.05%
G=29.85%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711711800.250.250.38358.516.9553.73
Hex9D757601919261661136
Octal23516516603131465462166
Binary10011101111010111101100110011100110011010110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,118); }

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

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

 a { background-color: rgb(157,117,118); }

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

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

 span { border-color: rgb(157,117,118); }

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