Html Css Color HEX #77005A Eggplant

📋 copy color: '#77005A'

red 119 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #77005A

Tints of Eggplant #77005A

RGB

 RED value IS 119 (46.88% from 255) = 56.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 56.94%
G = 0%
B = 43.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77005A (or 0x77005A) is known color: Eggplant. HEX triplet: 77, 00 and 5A. RGB value is (119,0,90). Sum of RGB (Red+Green+Blue) = 119+0+90=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77005A is #88FFA5. Grayscale: #2D2D2D. Windows color (decimal): -8978342 or 5898359. OLE color: 5898359.

HSL color Cylindrical-coordinate representation of color #77005A: hue angle of 314.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77005A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 90 -
CMYK 0 1 0.24 0.53
HSL 314.62º 1% 0.23% -
HSV(B) 314.62º 1% 0.47% -
XYZ 9.45 4.66 10.07 -
YUV 45.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 119 0 90 0 1 0.24 0.53 314.62 1 0.23
Hex 77 0 5A 0 64 18 35 13B 64 17
Octal 167 0 132 0 144 30 65 473 144 27
Binary 1110111 0 1011010 0 1100100 11000 110101 100111011 1100100 10111

Color Harmonies of #77005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77005A

Black with #77005A

Text Example


Text Example

White with #77005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77005A; }

 p { color: rgb(119,0,90); }

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

background-color css

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

 a { background-color: rgb(119,0,90); }

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

border-color css

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

 span { border-color: rgb(119,0,90); }

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