#957A7D

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

Shades of Turkish Rose #957A7D

Tints of Turkish Rose #957A7D

Color information

#957A7D (or 0x957A7D) is unknown color: approx Turkish Rose. HEX triplet: 95, 7A and 7D. RGB value is (149,122,125). Sum of RGB (Red+Green+Blue) = 149+122+125=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A7D is #6A8582. Grayscale: #828282. Windows color (decimal): -6980995 or 8223381. OLE color: 8223381.

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

Color convert

RGB149122125-
CMYK00.180.160.42
HSL353.33º11.3%53.14%-
HSV(B)353.33º18.12%58.43%-
XYZ23.0621.7922.39-
YUV130.42124.95141.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=37.63%
G=30.81%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912212500.180.160.42353.3311.353.14
Hex957A7D012102A161b35
Octal22517217502220525411365
Binary1001010111110101111101010010100001010101011000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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