#9D7F83

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

Shades of Turkish Rose #9D7F83

Tints of Turkish Rose #9D7F83

Color information

#9D7F83 (or 0x9D7F83) is unknown color: approx Turkish Rose. HEX triplet: 9D, 7F and 83. RGB value is (157,127,131). Sum of RGB (Red+Green+Blue) = 157+127+131=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F83 is #62807C. Grayscale: #888888. Windows color (decimal): -6455421 or 8617885. OLE color: 8617885.

HSL color Cylindrical-coordinate representation of color #9D7F83: hue angle of 352º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D7F83 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157127131-
CMYK00.190.170.38
HSL352º13.27%55.69%-
HSV(B)352º19.11%61.57%-
XYZ25.5923.9924.75-
YUV136.43124.94142.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=37.83%
G=30.60%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712713100.190.170.3835213.2755.69
Hex9D7F830131126160d38
Octal23517720302321465401570
Binary10011101111111110000011010011100011001101011000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,131); }

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

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

 a { background-color: rgb(157,127,131); }

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

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

 span { border-color: rgb(157,127,131); }

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