#9D6776

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

Shades of Turkish Rose #9D6776

Tints of Turkish Rose #9D6776

Color information

#9D6776 (or 0x9D6776) is unknown color: approx Turkish Rose. HEX triplet: 9D, 67 and 76. RGB value is (157,103,118). Sum of RGB (Red+Green+Blue) = 157+103+118=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6776 is #629889. Grayscale: #787878. Windows color (decimal): -6461578 or 7759773. OLE color: 7759773.

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

Color convert

RGB157103118-
CMYK00.340.250.38
HSL343.33º21.6%50.98%-
HSV(B)343.33º34.39%61.57%-
XYZ22.0218.1819.49-
YUV120.86126.39153.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=41.53%
G=27.25%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710311800.340.250.38343.3321.650.98
Hex9D677602219261571633
Octal23514716604231465272663
Binary100111011100111111011001000101100110011010101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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