#9D727D

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

Shades of Turkish Rose #9D727D

Tints of Turkish Rose #9D727D

Color information

#9D727D (or 0x9D727D) is unknown color: approx Turkish Rose. HEX triplet: 9D, 72 and 7D. RGB value is (157,114,125). Sum of RGB (Red+Green+Blue) = 157+114+125=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D727D is #628D82. Grayscale: #808080. Windows color (decimal): -6458755 or 8221341. OLE color: 8221341.

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

Color convert

RGB157114125-
CMYK00.270.200.38
HSL344.65º17.99%53.14%-
HSV(B)344.65º27.39%61.57%-
XYZ23.6220.6822.15-
YUV128.11126.25148.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=39.65%
G=28.79%
B=31.57%

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
Decimal15711412500.270.200.38344.6517.9953.14
Hex9D727D01B14261591235
Octal23516217503324465312265
Binary10011101111001011111010110111010010011010101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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