#9A7C7F

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

Shades of Turkish Rose #9A7C7F

Tints of Turkish Rose #9A7C7F

Color information

#9A7C7F (or 0x9A7C7F) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7C and 7F. RGB value is (154,124,127). Sum of RGB (Red+Green+Blue) = 154+124+127=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C7F is #658380. Grayscale: #858585. Windows color (decimal): -6652801 or 8354970. OLE color: 8354970.

HSL color Cylindrical-coordinate representation of color #9A7C7F: hue angle of 354º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C7F is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB154124127-
CMYK00.190.180.40
HSL354º12.93%54.51%-
HSV(B)354º19.48%60.39%-
XYZ24.3622.8223.2-
YUV133.31124.44142.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 127 (50% from 255) = 31.36%
R=38.02%
G=30.62%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412412700.190.180.4035412.9354.51
Hex9A7C7F0131228162d37
Octal23217417702322505421567
Binary1001101011111001111111010011100101010001011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,127); }

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

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

 a { background-color: rgb(154,124,127); }

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

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

 span { border-color: rgb(154,124,127); }

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