Html Css Color HEX #957C7D Turkish Rose

📋 copy color: '#957C7D'

red 149 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #957C7D

Tints of Turkish Rose #957C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 37.44%
G = 31.16%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#957C7D (or 0x957C7D) is known color: Turkish Rose. HEX triplet: 95, 7C and 7D. RGB value is (149,124,125). Sum of RGB (Red+Green+Blue) = 149+124+125=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C7D is #6A8382. Grayscale: #838383. Windows color (decimal): -6980483 or 8223893. OLE color: 8223893.

HSL color Cylindrical-coordinate representation of color #957C7D: hue angle of 357.6º 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 #957C7D is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 125 -
CMYK 0 0.17 0.16 0.42
HSL 357.6º 0.11% 0.54% -
HSV(B) 357.6º 0.17% 0.58% -
XYZ 23.3 22.29 22.48 -
YUV 131.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 149 124 125 0 0.17 0.16 0.42 357.6 0.11 0.54
Hex 95 7C 7D 0 11 10 2A 166 B 36
Octal 225 174 175 0 21 20 52 546 13 66
Binary 10010101 1111100 1111101 0 10001 10000 101010 101100110 1011 110110

Color Harmonies of #957C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C7D

Black with #957C7D

Text Example


Text Example

White with #957C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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