#9D7F84

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

Shades of Turkish Rose #9D7F84

Tints of Turkish Rose #9D7F84

Color information

#9D7F84 (or 0x9D7F84) is unknown color: approx Turkish Rose. HEX triplet: 9D, 7F and 84. RGB value is (157,127,132). Sum of RGB (Red+Green+Blue) = 157+127+132=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F84 is #62807B. Grayscale: #888888. Windows color (decimal): -6455420 or 8683421. OLE color: 8683421.

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

Color convert

RGB157127132-
CMYK00.190.160.38
HSL350º13.27%55.69%-
HSV(B)350º19.11%61.57%-
XYZ25.6624.0125.11-
YUV136.54125.44142.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=37.74%
G=30.53%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712713200.190.160.3835013.2755.69
Hex9D7F84013102615ed38
Octal23517720402320465361570
Binary10011101111111110000100010011100001001101010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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