Html Css Color HEX #77055E Eggplant

📋 copy color: '#77055E'

red 119 ◦ green 5 ◦ blue 94

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

Shades of Eggplant #77055E

Tints of Eggplant #77055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 54.59%
G = 2.29%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77055E (or 0x77055E) is known color: Eggplant. HEX triplet: 77, 05 and 5E. RGB value is (119,5,94). Sum of RGB (Red+Green+Blue) = 119+5+94=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055E is #88FAA1. Grayscale: #303030. Windows color (decimal): -8977058 or 6161783. OLE color: 6161783.

HSL color Cylindrical-coordinate representation of color #77055E: hue angle of 313.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77055E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 94 -
CMYK 0 0.96 0.21 0.53
HSL 313.16º 0.92% 0.24% -
HSV(B) 313.16º 0.96% 0.47% -
XYZ 9.68 4.84 11.01 -
YUV 49.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 119 5 94 0 0.96 0.21 0.53 313.16 0.92 0.24
Hex 77 5 5E 0 60 15 35 139 5C 18
Octal 167 5 136 0 140 25 65 471 134 30
Binary 1110111 101 1011110 0 1100000 10101 110101 100111001 1011100 11000

Color Harmonies of #77055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77055E

Black with #77055E

Text Example


Text Example

White with #77055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77055E; }

 p { color: rgb(119,5,94); }

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

background-color css

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

 a { background-color: rgb(119,5,94); }

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

border-color css

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

 span { border-color: rgb(119,5,94); }

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