#9C7576

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

Shades of Turkish Rose #9C7576

Tints of Turkish Rose #9C7576

Color information

#9C7576 (or 0x9C7576) is unknown color: approx Turkish Rose. HEX triplet: 9C, 75 and 76. RGB value is (156,117,118). Sum of RGB (Red+Green+Blue) = 156+117+118=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7576 is #638A89. Grayscale: #808080. Windows color (decimal): -6523530 or 7763356. OLE color: 7763356.

HSL color Cylindrical-coordinate representation of color #9C7576: hue angle of 358.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C7576 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB156117118-
CMYK00.250.240.39
HSL358.46º16.46%53.53%-
HSV(B)358.46º25%61.18%-
XYZ23.3421.119.98-
YUV128.78121.92147.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=39.90%
G=29.92%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611711800.250.240.39358.4616.4653.53
Hex9C757601918271661036
Octal23416516603130475462066
Binary10011100111010111101100110011100010011110110011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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