#9D727E

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

Shades of Turkish Rose #9D727E

Tints of Turkish Rose #9D727E

Color information

#9D727E (or 0x9D727E) is unknown color: approx Turkish Rose. HEX triplet: 9D, 72 and 7E. RGB value is (157,114,126). Sum of RGB (Red+Green+Blue) = 157+114+126=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D727E is #628D81. Grayscale: #808080. Windows color (decimal): -6458754 or 8286877. OLE color: 8286877.

HSL color Cylindrical-coordinate representation of color #9D727E: hue angle of 343.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D727E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157114126-
CMYK00.270.200.38
HSL343.26º17.99%53.14%-
HSV(B)343.26º27.39%61.57%-
XYZ23.6920.7122.49-
YUV128.22126.75148.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=39.55%
G=28.72%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711412600.270.200.38343.2617.9953.14
Hex9D727E01B14261571235
Octal23516217603324465272265
Binary10011101111001011111100110111010010011010101011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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