Html Css Color HEX #957D7E Turkish Rose

📋 copy color: '#957D7E'

red 149 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #957D7E

Tints of Turkish Rose #957D7E

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

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 149 125 126 -
CMYK 0 0.16 0.15 0.42
HSL 357.5º 0.1% 0.54% -
HSV(B) 357.5º 0.16% 0.58% -
XYZ 23.49 22.56 22.86 -
YUV 132.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 149 125 126 0 0.16 0.15 0.42 357.5 0.1 0.54
Hex 95 7D 7E 0 10 F 2A 166 A 36
Octal 225 175 176 0 20 17 52 546 12 66
Binary 10010101 1111101 1111110 0 10000 1111 101010 101100110 1010 110110

Color Harmonies of #957D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D7E

Black with #957D7E

Text Example


Text Example

White with #957D7E

Text Example


Text Example

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