#9E757D

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

Shades of Turkish Rose #9E757D

Tints of Turkish Rose #9E757D

Color information

#9E757D (or 0x9E757D) is unknown color: approx Turkish Rose. HEX triplet: 9E, 75 and 7D. RGB value is (158,117,125). Sum of RGB (Red+Green+Blue) = 158+117+125=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E757D is #618A82. Grayscale: #828282. Windows color (decimal): -6392451 or 8222110. OLE color: 8222110.

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

Color convert

RGB158117125-
CMYK00.260.210.38
HSL348.29º17.45%53.92%-
HSV(B)348.29º25.95%61.96%-
XYZ24.1621.4722.27-
YUV130.17125.08147.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=39.5%
G=29.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811712500.260.210.38348.2917.4553.92
Hex9E757D01A152615c1136
Octal23616517503225465342166
Binary10011110111010111111010110101010110011010101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,117,125); }

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

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

 a { background-color: rgb(158,117,125); }

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

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

 span { border-color: rgb(158,117,125); }

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