#9D747E

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

Shades of Turkish Rose #9D747E

Tints of Turkish Rose #9D747E

Color information

#9D747E (or 0x9D747E) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 7E. RGB value is (157,116,126). Sum of RGB (Red+Green+Blue) = 157+116+126=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D747E is #628B81. Grayscale: #818181. Windows color (decimal): -6458242 or 8287389. OLE color: 8287389.

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

Color convert

RGB157116126-
CMYK00.260.200.38
HSL345.37º17.3%53.53%-
HSV(B)345.37º26.11%61.57%-
XYZ23.9221.1722.56-
YUV129.4126.08147.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=39.35%
G=29.07%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711612600.260.200.38345.3717.353.53
Hex9D747E01A14261591136
Octal23516417603224465312166
Binary10011101111010011111100110101010010011010101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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