Html Css Color HEX #957374 Turkish Rose

📋 copy color: '#957374'

red 149 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #957374

Tints of Turkish Rose #957374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 39.21%
G = 30.26%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#957374 (or 0x957374) is known color: Turkish Rose. HEX triplet: 95, 73 and 74. RGB value is (149,115,116). Sum of RGB (Red+Green+Blue) = 149+115+116=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957374 is #6A8C8B. Grayscale: #7D7D7D. Windows color (decimal): -6982796 or 7631765. OLE color: 7631765.

HSL color Cylindrical-coordinate representation of color #957374: hue angle of 358.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957374 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 116 -
CMYK 0 0.23 0.22 0.42
HSL 358.24º 0.14% 0.52% -
HSV(B) 358.24º 0.23% 0.58% -
XYZ 21.68 19.91 19.22 -
YUV 125.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 149 115 116 0 0.23 0.22 0.42 358.24 0.14 0.52
Hex 95 73 74 0 17 16 2A 166 E 34
Octal 225 163 164 0 27 26 52 546 16 64
Binary 10010101 1110011 1110100 0 10111 10110 101010 101100110 1110 110100

Color Harmonies of #957374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957374

Black with #957374

Text Example


Text Example

White with #957374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957374; }

 p { color: rgb(149,115,116); }

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

background-color css

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

 a { background-color: rgb(149,115,116); }

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

border-color css

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

 span { border-color: rgb(149,115,116); }

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