#957D7E

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

Shades of Turkish Rose #957D7E

Tints of Turkish Rose #957D7E

Color information

#957D7E (or 0x957D7E) is unknown color: approx Turkish Rose. HEX triplet: 95, 7D and 7E. RGB value is (149,125,126). Sum of RGB (Red+Green+Blue) = 149+125+126=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D7E is #6A8281. Grayscale: #848484. Windows color (decimal): -6980226 or 8289685. OLE color: 8289685.

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

Color convert

RGB149125126-
CMYK00.160.150.42
HSL357.5º10.17%53.73%-
HSV(B)357.5º16.11%58.43%-
XYZ23.4922.5622.86-
YUV132.29124.45139.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=37.25%
G=31.25%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912512600.160.150.42357.510.1753.73
Hex957D7E010F2A166a36
Octal22517517602017525461266
Binary100101011111101111111001000011111010101011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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