#957E7F

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

Shades of Turkish Rose #957E7F

Tints of Turkish Rose #957E7F

Color information

#957E7F (or 0x957E7F) is unknown color: approx Turkish Rose. HEX triplet: 95, 7E and 7F. RGB value is (149,126,127). Sum of RGB (Red+Green+Blue) = 149+126+127=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E7F is #6A8180. Grayscale: #858585. Windows color (decimal): -6979969 or 8355477. OLE color: 8355477.

HSL color Cylindrical-coordinate representation of color #957E7F: hue angle of 357.39º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957E7F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149126127-
CMYK00.150.150.42
HSL357.39º9.79%53.92%-
HSV(B)357.39º15.44%58.43%-
XYZ23.6922.8423.24-
YUV132.99124.62139.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 127 (50% from 255) = 31.59%
R=37.06%
G=31.34%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912612700.150.150.42357.399.7953.92
Hex957E7F0FF2A165a36
Octal22517617701717525451266
Binary10010101111111011111110111111111010101011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957E7F; }

 p { color: rgb(149,126,127); }

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

<style>
 a { background-color: #957E7F; }

 a { background-color: rgb(149,126,127); }

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

<style>
 span { border-color: #957E7F; }

 span { border-color: rgb(149,126,127); }

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