Html Css Color HEX #957A7D Turkish Rose

📋 copy color: '#957A7D'

red 149 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #957A7D

Tints of Turkish Rose #957A7D

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

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 149 122 125 -
CMYK 0 0.18 0.16 0.42
HSL 353.33º 0.11% 0.53% -
HSV(B) 353.33º 0.18% 0.58% -
XYZ 23.06 21.79 22.39 -
YUV 130.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 149 122 125 0 0.18 0.16 0.42 353.33 0.11 0.53
Hex 95 7A 7D 0 12 10 2A 161 B 35
Octal 225 172 175 0 22 20 52 541 13 65
Binary 10010101 1111010 1111101 0 10010 10000 101010 101100001 1011 110101

Color Harmonies of #957A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A7D

Black with #957A7D

Text Example


Text Example

White with #957A7D

Text Example


Text Example

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