Html Css Color HEX #A75D79 Royal Heath

📋 copy color: '#A75D79'

red 167 ◦ green 93 ◦ blue 121

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

Shades of Royal Heath #A75D79

Tints of Royal Heath #A75D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 43.83%
G = 24.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A75D79 (or 0xA75D79) is known color: Royal Heath. HEX triplet: A7, 5D and 79. RGB value is (167,93,121). Sum of RGB (Red+Green+Blue) = 167+93+121=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D79 is #58A286. Grayscale: #767676. Windows color (decimal): -5808775 or 7953831. OLE color: 7953831.

HSL color Cylindrical-coordinate representation of color #A75D79: hue angle of 337.3º 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 #A75D79 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 93 121 -
CMYK 0 0.44 0.28 0.35
HSL 337.3º 0.3% 0.51% -
HSV(B) 337.3º 0.44% 0.65% -
XYZ 23.3 17.42 20.22 -
YUV 118.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 167 93 121 0 0.44 0.28 0.35 337.3 0.3 0.51
Hex A7 5D 79 0 2C 1C 23 151 1E 33
Octal 247 135 171 0 54 34 43 521 36 63
Binary 10100111 1011101 1111001 0 101100 11100 100011 101010001 11110 110011

Color Harmonies of #A75D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D79

Black with #A75D79

Text Example


Text Example

White with #A75D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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