#9E7F84

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

Shades of Turkish Rose #9E7F84

Tints of Turkish Rose #9E7F84

Color information

#9E7F84 (or 0x9E7F84) is unknown color: approx Turkish Rose. HEX triplet: 9E, 7F and 84. RGB value is (158,127,132). Sum of RGB (Red+Green+Blue) = 158+127+132=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F84 is #61807B. Grayscale: #888888. Windows color (decimal): -6389884 or 8683422. OLE color: 8683422.

HSL color Cylindrical-coordinate representation of color #9E7F84: hue angle of 350.32º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7F84 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB158127132-
CMYK00.200.160.38
HSL350.32º13.78%55.88%-
HSV(B)350.32º19.62%61.96%-
XYZ25.8524.1125.12-
YUV136.84125.27143.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=37.89%
G=30.46%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812713200.200.160.38350.3213.7855.88
Hex9E7F84014102615ee38
Octal23617720402420465361670
Binary10011110111111110000100010100100001001101010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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