Html Css Color HEX #9C747D Turkish Rose

📋 copy color: '#9C747D'

red 156 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #9C747D

Tints of Turkish Rose #9C747D

RGB

 RED value IS 156 (61.33% from 255) = 39.29%

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 39.29%
G = 29.22%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C747D (or 0x9C747D) is known color: Turkish Rose. HEX triplet: 9C, 74 and 7D. RGB value is (156,116,125). Sum of RGB (Red+Green+Blue) = 156+116+125=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C747D is #638B82. Grayscale: #808080. Windows color (decimal): -6523779 or 8221852. OLE color: 8221852.

HSL color Cylindrical-coordinate representation of color #9C747D: hue angle of 346.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C747D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 116 125 -
CMYK 0 0.26 0.20 0.39
HSL 346.5º 0.17% 0.53% -
HSV(B) 346.5º 0.26% 0.61% -
XYZ 23.66 21.04 22.22 -
YUV 128.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 156 116 125 0 0.26 0.20 0.39 346.5 0.17 0.53
Hex 9C 74 7D 0 1A 14 27 15A 11 35
Octal 234 164 175 0 32 24 47 532 21 65
Binary 10011100 1110100 1111101 0 11010 10100 100111 101011010 10001 110101

Color Harmonies of #9C747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C747D

Black with #9C747D

Text Example


Text Example

White with #9C747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,116,125); }

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

background-color css

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

 a { background-color: rgb(156,116,125); }

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

border-color css

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

 span { border-color: rgb(156,116,125); }

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