#9C7C7D

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

Shades of Turkish Rose #9C7C7D

Tints of Turkish Rose #9C7C7D

Color information

#9C7C7D (or 0x9C7C7D) is unknown color: approx Turkish Rose. HEX triplet: 9C, 7C and 7D. RGB value is (156,124,125). Sum of RGB (Red+Green+Blue) = 156+124+125=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C7D is #638382. Grayscale: #858585. Windows color (decimal): -6521731 or 8223900. OLE color: 8223900.

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

Color convert

RGB156124125-
CMYK00.210.200.39
HSL358.12º13.91%54.9%-
HSV(B)358.12º20.51%61.18%-
XYZ24.6222.9622.54-
YUV133.68123.1143.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=38.52%
G=30.62%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612412500.210.200.39358.1213.9154.9
Hex9C7C7D0151427166e37
Octal23417417502524475461667
Binary1001110011111001111101010101101001001111011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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