#9C797C

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

Shades of Turkish Rose #9C797C

Tints of Turkish Rose #9C797C

Color information

#9C797C (or 0x9C797C) is unknown color: approx Turkish Rose. HEX triplet: 9C, 79 and 7C. RGB value is (156,121,124). Sum of RGB (Red+Green+Blue) = 156+121+124=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C797C is #638683. Grayscale: #838383. Windows color (decimal): -6522500 or 8157596. OLE color: 8157596.

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

Color convert

RGB156121124-
CMYK00.220.210.39
HSL354.86º15.02%54.31%-
HSV(B)354.86º22.44%61.18%-
XYZ24.1922.222.08-
YUV131.81123.6145.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=38.90%
G=30.17%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612112400.220.210.39354.8615.0254.31
Hex9C797C0161527163f36
Octal23417117402625475431766
Binary1001110011110011111100010110101011001111011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,121,124); }

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

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

 a { background-color: rgb(156,121,124); }

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

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

 span { border-color: rgb(156,121,124); }

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