Html Css Color HEX #9C747F Turkish Rose

📋 copy color: '#9C747F'

red 156 ◦ green 116 ◦ blue 127

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

Shades of Turkish Rose #9C747F

Tints of Turkish Rose #9C747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 39.1%
G = 29.07%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C747F (or 0x9C747F) is known color: Turkish Rose. HEX triplet: 9C, 74 and 7F. RGB value is (156,116,127). Sum of RGB (Red+Green+Blue) = 156+116+127=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C747F is #638B80. Grayscale: #818181. Windows color (decimal): -6523777 or 8352924. OLE color: 8352924.

HSL color Cylindrical-coordinate representation of color #9C747F: hue angle of 343.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 #9C747F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 116 127 -
CMYK 0 0.26 0.19 0.39
HSL 343.5º 0.17% 0.53% -
HSV(B) 343.5º 0.26% 0.61% -
XYZ 23.79 21.09 22.9 -
YUV 129.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 156 116 127 0 0.26 0.19 0.39 343.5 0.17 0.53
Hex 9C 74 7F 0 1A 13 27 158 11 35
Octal 234 164 177 0 32 23 47 530 21 65
Binary 10011100 1110100 1111111 0 11010 10011 100111 101011000 10001 110101

Color Harmonies of #9C747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C747F

Black with #9C747F

Text Example


Text Example

White with #9C747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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