#9C7476

Color #9C7476 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C7476

Tints of Turkish Rose #9C7476

Color information

#9C7476 (or 0x9C7476) is unknown color: approx Turkish Rose. HEX triplet: 9C, 74 and 76. RGB value is (156,116,118). Sum of RGB (Red+Green+Blue) = 156+116+118=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7476 is #638B89. Grayscale: #808080. Windows color (decimal): -6523786 or 7763100. OLE color: 7763100.

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

Color convert

RGB156116118-
CMYK00.260.240.39
HSL357º16.81%53.33%-
HSV(B)357º25.64%61.18%-
XYZ23.2320.8719.94-
YUV128.19122.25147.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=40%
G=29.74%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611611800.260.240.3935716.8153.33
Hex9C747601A18271651135
Octal23416416603230475452165
Binary10011100111010011101100110101100010011110110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C7476;
 }
 .AnyTagClassName
 {
   color: #9C7476;
 }
</style>
background-color css

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

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

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

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

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

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