#A75D77

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

Shades of Royal Heath #A75D77

Tints of Royal Heath #A75D77

Color information

#A75D77 (or 0xA75D77) is unknown color: approx Royal Heath. HEX triplet: A7, 5D and 77. RGB value is (167,93,119). Sum of RGB (Red+Green+Blue) = 167+93+119=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D77 is #58A288. Grayscale: #767676. Windows color (decimal): -5808777 or 7822759. OLE color: 7822759.

HSL color Cylindrical-coordinate representation of color #A75D77: hue angle of 338.92º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D77 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16793119-
CMYK00.440.290.35
HSL338.92º29.6%50.98%-
HSV(B)338.92º44.31%65.49%-
XYZ23.1817.3819.58-
YUV118.09128.52162.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=44.06%
G=24.54%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679311900.440.290.35338.9229.650.98
HexA75D7702C1D231531e33
Octal24713516705435435233663
Binary101001111011101111011101011001110110001110101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D77; }

 p { color: rgb(167,93,119); }

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

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

 a { background-color: rgb(167,93,119); }

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

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

 span { border-color: rgb(167,93,119); }

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