#9C787D

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

Shades of Turkish Rose #9C787D

Tints of Turkish Rose #9C787D

Color information

#9C787D (or 0x9C787D) is unknown color: approx Turkish Rose. HEX triplet: 9C, 78 and 7D. RGB value is (156,120,125). Sum of RGB (Red+Green+Blue) = 156+120+125=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C787D is #638782. Grayscale: #838383. Windows color (decimal): -6522755 or 8222876. OLE color: 8222876.

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

Color convert

RGB156120125-
CMYK00.230.200.39
HSL351.67º15.38%54.12%-
HSV(B)351.67º23.08%61.18%-
XYZ24.1321.9822.37-
YUV131.33124.43145.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=38.90%
G=29.93%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612012500.230.200.39351.6715.3854.12
Hex9C787D0171427160f36
Octal23417017502724475401766
Binary1001110011110001111101010111101001001111011000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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