Html Css Color HEX #957C7E Turkish Rose

📋 copy color: '#957C7E'

red 149 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #957C7E

Tints of Turkish Rose #957C7E

RGB

 RED value IS 149 (58.59% from 255) = 37.34%

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 37.34%
G = 31.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#957C7E (or 0x957C7E) is known color: Turkish Rose. HEX triplet: 95, 7C and 7E. RGB value is (149,124,126). Sum of RGB (Red+Green+Blue) = 149+124+126=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C7E is #6A8381. Grayscale: #838383. Windows color (decimal): -6980482 or 8289429. OLE color: 8289429.

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

Color convert

RGB 149 124 126 -
CMYK 0 0.17 0.15 0.42
HSL 355.2º 0.11% 0.54% -
HSV(B) 355.2º 0.17% 0.58% -
XYZ 23.37 22.31 22.81 -
YUV 131.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 149 124 126 0 0.17 0.15 0.42 355.2 0.11 0.54
Hex 95 7C 7E 0 11 F 2A 163 B 36
Octal 225 174 176 0 21 17 52 543 13 66
Binary 10010101 1111100 1111110 0 10001 1111 101010 101100011 1011 110110

Color Harmonies of #957C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C7E

Black with #957C7E

Text Example


Text Example

White with #957C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957C7E;
 }
 .AnyTagClassName
 {
   color: #957C7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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