Html Css Color HEX #9D737C Turkish Rose

📋 copy color: '#9D737C'

red 157 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #9D737C

Tints of Turkish Rose #9D737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 39.65%
G = 29.04%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D737C (or 0x9D737C) is known color: Turkish Rose. HEX triplet: 9D, 73 and 7C. RGB value is (157,115,124). Sum of RGB (Red+Green+Blue) = 157+115+124=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D737C is #628C83. Grayscale: #808080. Windows color (decimal): -6458500 or 8156061. OLE color: 8156061.

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

Color convert

RGB 157 115 124 -
CMYK 0 0.27 0.21 0.38
HSL 347.14º 0.18% 0.53% -
HSV(B) 347.14º 0.27% 0.62% -
XYZ 23.67 20.88 21.85 -
YUV 128.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 157 115 124 0 0.27 0.21 0.38 347.14 0.18 0.53
Hex 9D 73 7C 0 1B 15 26 15B 12 35
Octal 235 163 174 0 33 25 46 533 22 65
Binary 10011101 1110011 1111100 0 11011 10101 100110 101011011 10010 110101

Color Harmonies of #9D737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D737C

Black with #9D737C

Text Example


Text Example

White with #9D737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,115,124); }

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

background-color css

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

 a { background-color: rgb(157,115,124); }

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

border-color css

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

 span { border-color: rgb(157,115,124); }

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