Html Css Color HEX #77055F Eggplant

📋 copy color: '#77055F'

red 119 ◦ green 5 ◦ blue 95

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

Shades of Eggplant #77055F

Tints of Eggplant #77055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 54.34%
G = 2.28%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77055F (or 0x77055F) is known color: Eggplant. HEX triplet: 77, 05 and 5F. RGB value is (119,5,95). Sum of RGB (Red+Green+Blue) = 119+5+95=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055F is #88FAA0. Grayscale: #313131. Windows color (decimal): -8977057 or 6227319. OLE color: 6227319.

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

Color convert

RGB 119 5 95 -
CMYK 0 0.96 0.20 0.53
HSL 312.63º 0.92% 0.24% -
HSV(B) 312.63º 0.96% 0.47% -
XYZ 9.73 4.86 11.25 -
YUV 49.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 119 5 95 0 0.96 0.20 0.53 312.63 0.92 0.24
Hex 77 5 5F 0 60 14 35 139 5C 18
Octal 167 5 137 0 140 24 65 471 134 30
Binary 1110111 101 1011111 0 1100000 10100 110101 100111001 1011100 11000

Color Harmonies of #77055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77055F

Black with #77055F

Text Example


Text Example

White with #77055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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