#9E7E84

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

Shades of Turkish Rose #9E7E84

Tints of Turkish Rose #9E7E84

Color information

#9E7E84 (or 0x9E7E84) is unknown color: approx Turkish Rose. HEX triplet: 9E, 7E and 84. RGB value is (158,126,132). Sum of RGB (Red+Green+Blue) = 158+126+132=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7E84 is #61817B. Grayscale: #888888. Windows color (decimal): -6390140 or 8683166. OLE color: 8683166.

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

Color convert

RGB158126132-
CMYK00.200.160.38
HSL348.75º14.16%55.69%-
HSV(B)348.75º20.25%61.96%-
XYZ25.7323.8625.08-
YUV136.25125.6143.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=37.98%
G=30.29%
B=31.73%

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
Decimal15812613200.200.160.38348.7514.1655.69
Hex9E7E84014102615de38
Octal23617620402420465351670
Binary10011110111111010000100010100100001001101010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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