#9A7E80

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

Shades of Turkish Rose #9A7E80

Tints of Turkish Rose #9A7E80

Color information

#9A7E80 (or 0x9A7E80) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7E and 80. RGB value is (154,126,128). Sum of RGB (Red+Green+Blue) = 154+126+128=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E80 is #65817F. Grayscale: #868686. Windows color (decimal): -6652288 or 8421018. OLE color: 8421018.

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

Color convert

RGB154126128-
CMYK00.180.170.40
HSL355.71º12.17%54.9%-
HSV(B)355.71º18.18%60.39%-
XYZ24.6823.3523.63-
YUV134.6124.28141.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=37.75%
G=30.88%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412612800.180.170.40355.7112.1754.9
Hex9A7E800121128164c37
Octal23217620002221505441467
Binary10011010111111010000000010010100011010001011001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,126,128); }

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

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

 a { background-color: rgb(154,126,128); }

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

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

 span { border-color: rgb(154,126,128); }

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