Html Css Color HEX #9D747E Turkish Rose

📋 copy color: '#9D747E'

red 157 ◦ green 116 ◦ blue 126

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

Shades of Turkish Rose #9D747E

Tints of Turkish Rose #9D747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 39.35%
G = 29.07%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D747E (or 0x9D747E) is known color: Turkish Rose. HEX triplet: 9D, 74 and 7E. RGB value is (157,116,126). Sum of RGB (Red+Green+Blue) = 157+116+126=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D747E is #628B81. Grayscale: #818181. Windows color (decimal): -6458242 or 8287389. OLE color: 8287389.

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

Color convert

RGB 157 116 126 -
CMYK 0 0.26 0.20 0.38
HSL 345.37º 0.17% 0.54% -
HSV(B) 345.37º 0.26% 0.62% -
XYZ 23.92 21.17 22.56 -
YUV 129.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 157 116 126 0 0.26 0.20 0.38 345.37 0.17 0.54
Hex 9D 74 7E 0 1A 14 26 159 11 36
Octal 235 164 176 0 32 24 46 531 21 66
Binary 10011101 1110100 1111110 0 11010 10100 100110 101011001 10001 110110

Color Harmonies of #9D747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D747E

Black with #9D747E

Text Example


Text Example

White with #9D747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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