Html Css Color HEX #957E7F Turkish Rose

📋 copy color: '#957E7F'

red 149 ◦ green 126 ◦ blue 127

#957E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #957E7F

Tints of Turkish Rose #957E7F

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 value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#957E7F (or 0x957E7F) is known color: 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

RGB 149 126 127 -
CMYK 0 0.15 0.15 0.42
HSL 357.39º 0.1% 0.54% -
HSV(B) 357.39º 0.15% 0.58% -
XYZ 23.69 22.84 23.24 -
YUV 132.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 149 126 127 0 0.15 0.15 0.42 357.39 0.1 0.54
Hex 95 7E 7F 0 F F 2A 165 A 36
Octal 225 176 177 0 17 17 52 545 12 66
Binary 10010101 1111110 1111111 0 1111 1111 101010 101100101 1010 110110

Color Harmonies of #957E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E7F

Black with #957E7F

Text Example


Text Example

White with #957E7F

Text Example


Text Example

HTML Codes & Css Web 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>