Html Css Color HEX #9D7480 Turkish Rose

📋 copy color: '#9D7480'

red 157 ◦ green 116 ◦ blue 128

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

Shades of Turkish Rose #9D7480

Tints of Turkish Rose #9D7480

RGB

 RED value IS 157 (61.72% from 255) = 39.15%

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 39.15%
G = 28.93%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D7480 (or 0x9D7480) is known color: Turkish Rose. HEX triplet: 9D, 74 and 80. RGB value is (157,116,128). Sum of RGB (Red+Green+Blue) = 157+116+128=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7480 is #628B7F. Grayscale: #818181. Windows color (decimal): -6458240 or 8418461. OLE color: 8418461.

HSL color Cylindrical-coordinate representation of color #9D7480: hue angle of 342.44º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7480 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 116 128 -
CMYK 0 0.26 0.18 0.38
HSL 342.44º 0.17% 0.54% -
HSV(B) 342.44º 0.26% 0.62% -
XYZ 24.05 21.22 23.25 -
YUV 129.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 157 116 128 0 0.26 0.18 0.38 342.44 0.17 0.54
Hex 9D 74 80 0 1A 12 26 156 11 36
Octal 235 164 200 0 32 22 46 526 21 66
Binary 10011101 1110100 10000000 0 11010 10010 100110 101010110 10001 110110

Color Harmonies of #9D7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7480

Black with #9D7480

Text Example


Text Example

White with #9D7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D7480; }

 p { color: rgb(157,116,128); }

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

background-color css

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

 a { background-color: rgb(157,116,128); }

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

border-color css

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

 span { border-color: rgb(157,116,128); }

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