Html Css Color HEX #77055C Eggplant

📋 copy color: '#77055C'

red 119 ◦ green 5 ◦ blue 92

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

Shades of Eggplant #77055C

Tints of Eggplant #77055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 55.09%
G = 2.31%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77055C (or 0x77055C) is known color: Eggplant. HEX triplet: 77, 05 and 5C. RGB value is (119,5,92). Sum of RGB (Red+Green+Blue) = 119+5+92=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055C is #88FAA3. Grayscale: #303030. Windows color (decimal): -8977060 or 6030711. OLE color: 6030711.

HSL color Cylindrical-coordinate representation of color #77055C: hue angle of 314.21º 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 #77055C is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 92 -
CMYK 0 0.96 0.23 0.53
HSL 314.21º 0.92% 0.24% -
HSV(B) 314.21º 0.96% 0.47% -
XYZ 9.59 4.8 10.55 -
YUV 49 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 119 5 92 0 0.96 0.23 0.53 314.21 0.92 0.24
Hex 77 5 5C 0 60 17 35 13A 5C 18
Octal 167 5 134 0 140 27 65 472 134 30
Binary 1110111 101 1011100 0 1100000 10111 110101 100111010 1011100 11000

Color Harmonies of #77055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77055C

Black with #77055C

Text Example


Text Example

White with #77055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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