#9D7476

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

Shades of Turkish Rose #9D7476

Tints of Turkish Rose #9D7476

Color information

#9D7476 (or 0x9D7476) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 76. RGB value is (157,116,118). Sum of RGB (Red+Green+Blue) = 157+116+118=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7476 is #628B89. Grayscale: #808080. Windows color (decimal): -6458250 or 7763101. OLE color: 7763101.

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

Color convert

RGB157116118-
CMYK00.260.250.38
HSL357.07º17.3%53.53%-
HSV(B)357.07º26.11%61.57%-
XYZ23.4220.9719.95-
YUV128.49122.08148.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=40.15%
G=29.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711611800.260.250.38357.0717.353.53
Hex9D747601A19261651136
Octal23516416603231465452166
Binary10011101111010011101100110101100110011010110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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