Html Css Color HEX #9D747C Turkish Rose

📋 copy color: '#9D747C'

red 157 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #9D747C

Tints of Turkish Rose #9D747C

RGB

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

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

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

R = 39.55%
G = 29.22%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D747C (or 0x9D747C) is known color: Turkish Rose. HEX triplet: 9D, 74 and 7C. RGB value is (157,116,124). Sum of RGB (Red+Green+Blue) = 157+116+124=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D747C is #628B83. Grayscale: #818181. Windows color (decimal): -6458244 or 8156317. OLE color: 8156317.

HSL color Cylindrical-coordinate representation of color #9D747C: hue angle of 348.29º 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 #9D747C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 116 124 -
CMYK 0 0.26 0.21 0.38
HSL 348.29º 0.17% 0.54% -
HSV(B) 348.29º 0.26% 0.62% -
XYZ 23.79 21.11 21.89 -
YUV 129.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 157 116 124 0 0.26 0.21 0.38 348.29 0.17 0.54
Hex 9D 74 7C 0 1A 15 26 15C 11 36
Octal 235 164 174 0 32 25 46 534 21 66
Binary 10011101 1110100 1111100 0 11010 10101 100110 101011100 10001 110110

Color Harmonies of #9D747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D747C

Black with #9D747C

Text Example


Text Example

White with #9D747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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