Html Css Color HEX #A75477 Royal Heath

📋 copy color: '#A75477'

red 167 ◦ green 84 ◦ blue 119

#A75477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A75477

Tints of Royal Heath #A75477

RGB

 RED value IS 167 (65.63% from 255) = 45.14%

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 45.14%
G = 22.7%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A75477 (or 0xA75477) is known color: Royal Heath. HEX triplet: A7, 54 and 77. RGB value is (167,84,119). Sum of RGB (Red+Green+Blue) = 167+84+119=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75477 is #58AB88. Grayscale: #707070. Windows color (decimal): -5811081 or 7820455. OLE color: 7820455.

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

Color convert

RGB 167 84 119 -
CMYK 0 0.50 0.29 0.35
HSL 334.7º 0.33% 0.49% -
HSV(B) 334.7º 0.5% 0.65% -
XYZ 22.44 15.89 19.34 -
YUV 112.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 167 84 119 0 0.50 0.29 0.35 334.7 0.33 0.49
Hex A7 54 77 0 32 1D 23 14F 21 31
Octal 247 124 167 0 62 35 43 517 41 61
Binary 10100111 1010100 1110111 0 110010 11101 100011 101001111 100001 110001

Color Harmonies of #A75477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75477

Black with #A75477

Text Example


Text Example

White with #A75477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75477; }

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

 H1.HeaderClassName
 {
   color: #A75477;
 }
 .AnyTagClassName
 {
   color: #A75477;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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