#9E7F81

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

Shades of Turkish Rose #9E7F81

Tints of Turkish Rose #9E7F81

Color information

#9E7F81 (or 0x9E7F81) is unknown color: approx Turkish Rose. HEX triplet: 9E, 7F and 81. RGB value is (158,127,129). Sum of RGB (Red+Green+Blue) = 158+127+129=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F81 is #61807E. Grayscale: #888888. Windows color (decimal): -6389887 or 8486814. OLE color: 8486814.

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

Color convert

RGB158127129-
CMYK00.200.180.38
HSL356.13º13.78%55.88%-
HSV(B)356.13º19.62%61.96%-
XYZ25.6524.0324.06-
YUV136.5123.77143.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=38.16%
G=30.68%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812712900.200.180.38356.1313.7855.88
Hex9E7F810141226164e38
Octal23617720102422465441670
Binary10011110111111110000001010100100101001101011001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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