#9C7879

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

Shades of Turkish Rose #9C7879

Tints of Turkish Rose #9C7879

Color information

#9C7879 (or 0x9C7879) is unknown color: approx Turkish Rose. HEX triplet: 9C, 78 and 79. RGB value is (156,120,121). Sum of RGB (Red+Green+Blue) = 156+120+121=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7879 is #638786. Grayscale: #828282. Windows color (decimal): -6522759 or 7960732. OLE color: 7960732.

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

Color convert

RGB156120121-
CMYK00.230.220.39
HSL358.33º15.38%54.12%-
HSV(B)358.33º23.08%61.18%-
XYZ23.8821.8821.05-
YUV130.88122.43145.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=39.29%
G=30.23%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612012100.230.220.39358.3315.3854.12
Hex9C78790171627166f36
Octal23417017102726475461766
Binary1001110011110001111001010111101101001111011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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