Html Css Color HEX #7A0760 Eggplant

📋 copy color: '#7A0760'

red 122 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #7A0760

Tints of Eggplant #7A0760

RGB

 RED value IS 122 (48.05% from 255) = 54.22%

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 54.22%
G = 3.11%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A0760 (or 0x7A0760) is known color: Eggplant. HEX triplet: 7A, 07 and 60. RGB value is (122,7,96). Sum of RGB (Red+Green+Blue) = 122+7+96=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0760 is #85F89F. Grayscale: #333333. Windows color (decimal): -8779936 or 6293370. OLE color: 6293370.

HSL color Cylindrical-coordinate representation of color #7A0760: hue angle of 313.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0760 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 7 96 -
CMYK 0 0.94 0.21 0.52
HSL 313.57º 0.89% 0.25% -
HSV(B) 313.57º 0.94% 0.48% -
XYZ 10.21 5.13 11.52 -
YUV 51.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 122 7 96 0 0.94 0.21 0.52 313.57 0.89 0.25
Hex 7A 7 60 0 5E 15 34 13A 59 19
Octal 172 7 140 0 136 25 64 472 131 31
Binary 1111010 111 1100000 0 1011110 10101 110100 100111010 1011001 11001

Color Harmonies of #7A0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0760

Black with #7A0760

Text Example


Text Example

White with #7A0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0760; }

 p { color: rgb(122,7,96); }

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

background-color css

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

 a { background-color: rgb(122,7,96); }

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

border-color css

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

 span { border-color: rgb(122,7,96); }

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