#A75779

Color #A75779 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A75779

Tints of Royal Heath #A75779

Color information

#A75779 (or 0xA75779) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 79. RGB value is (167,87,121). Sum of RGB (Red+Green+Blue) = 167+87+121=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A75779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75779 is #58A886. Grayscale: #727272. Windows color (decimal): -5810311 or 7952295. OLE color: 7952295.

HSL color Cylindrical-coordinate representation of color #A75779: hue angle of 334.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75779 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16787121-
CMYK00.480.280.35
HSL334.5º31.5%49.8%-
HSV(B)334.5º47.9%65.49%-
XYZ22.816.4120.06-
YUV114.8131.5165.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=44.53%
G=23.2%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678712100.480.280.35334.531.549.8
HexA757790301C2314e1f32
Octal24712717106034435163762
Binary101001111010111111100101100001110010001110100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75779; }

 p { color: rgb(167,87,121); }

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

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

 a { background-color: rgb(167,87,121); }

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

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

 span { border-color: rgb(167,87,121); }

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