#A75877

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

Shades of Royal Heath #A75877

Tints of Royal Heath #A75877

Color information

#A75877 (or 0xA75877) is unknown color: approx Royal Heath. HEX triplet: A7, 58 and 77. RGB value is (167,88,119). Sum of RGB (Red+Green+Blue) = 167+88+119=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A75877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75877 is #58A788. Grayscale: #737373. Windows color (decimal): -5810057 or 7821479. OLE color: 7821479.

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

Color convert

RGB16788119-
CMYK00.470.290.35
HSL336.46º30.98%50%-
HSV(B)336.46º47.31%65.49%-
XYZ22.7616.5319.44-
YUV115.16130.17164.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=44.65%
G=23.53%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678811900.470.290.35336.4630.9850
HexA7587702F1D231501f32
Octal24713016705735435203762
Binary101001111011000111011101011111110110001110101000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75877; }

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

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

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

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

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

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

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

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