Html Css Color HEX #957477 Turkish Rose

📋 copy color: '#957477'

red 149 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #957477

Tints of Turkish Rose #957477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 38.8%
G = 30.21%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#957477 (or 0x957477) is known color: Turkish Rose. HEX triplet: 95, 74 and 77. RGB value is (149,116,119). Sum of RGB (Red+Green+Blue) = 149+116+119=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957477 is #6A8B88. Grayscale: #7E7E7E. Windows color (decimal): -6982537 or 7828629. OLE color: 7828629.

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

Color convert

RGB 149 116 119 -
CMYK 0 0.22 0.20 0.42
HSL 354.55º 0.13% 0.52% -
HSV(B) 354.55º 0.22% 0.58% -
XYZ 21.97 20.21 20.2 -
YUV 126.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 149 116 119 0 0.22 0.20 0.42 354.55 0.13 0.52
Hex 95 74 77 0 16 14 2A 163 D 34
Octal 225 164 167 0 26 24 52 543 15 64
Binary 10010101 1110100 1110111 0 10110 10100 101010 101100011 1101 110100

Color Harmonies of #957477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957477

Black with #957477

Text Example


Text Example

White with #957477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957477; }

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

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

background-color css

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

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

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

border-color css

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

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

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