#9C7A7F

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

Shades of Turkish Rose #9C7A7F

Tints of Turkish Rose #9C7A7F

Color information

#9C7A7F (or 0x9C7A7F) is unknown color: approx Turkish Rose. HEX triplet: 9C, 7A and 7F. RGB value is (156,122,127). Sum of RGB (Red+Green+Blue) = 156+122+127=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A7F is #638580. Grayscale: #848484. Windows color (decimal): -6522241 or 8354460. OLE color: 8354460.

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

Color convert

RGB156122127-
CMYK00.220.190.39
HSL351.18º14.66%54.51%-
HSV(B)351.18º21.79%61.18%-
XYZ24.522.5223.13-
YUV132.74124.76144.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 127 (50% from 255) = 31.36%
R=38.52%
G=30.12%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612212700.220.190.39351.1814.6654.51
Hex9C7A7F016132715ff37
Octal23417217702623475371767
Binary1001110011110101111111010110100111001111010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,127); }

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

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

 a { background-color: rgb(156,122,127); }

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

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

 span { border-color: rgb(156,122,127); }

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