#9A7C7D

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

Shades of Turkish Rose #9A7C7D

Tints of Turkish Rose #9A7C7D

Color information

#9A7C7D (or 0x9A7C7D) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7C and 7D. RGB value is (154,124,125). Sum of RGB (Red+Green+Blue) = 154+124+125=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C7D is #658382. Grayscale: #858585. Windows color (decimal): -6652803 or 8223898. OLE color: 8223898.

HSL color Cylindrical-coordinate representation of color #9A7C7D: hue angle of 358º 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 #9A7C7D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB154124125-
CMYK00.190.190.40
HSL358º12.93%54.51%-
HSV(B)358º19.48%60.39%-
XYZ24.2422.7722.52-
YUV133.08123.44142.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=38.21%
G=30.77%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412412500.190.190.4035812.9354.51
Hex9A7C7D0131328166d37
Octal23217417502323505461567
Binary1001101011111001111101010011100111010001011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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