Html Css Color HEX #77005F Eggplant

📋 copy color: '#77005F'

red 119 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #77005F

Tints of Eggplant #77005F

RGB

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

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

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

R = 55.61%
G = 0%
B = 44.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77005F (or 0x77005F) is known color: Eggplant. HEX triplet: 77, 00 and 5F. RGB value is (119,0,95). Sum of RGB (Red+Green+Blue) = 119+0+95=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77005F is #88FFA0. Grayscale: #2E2E2E. Windows color (decimal): -8978337 or 6226039. OLE color: 6226039.

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

Color convert

RGB 119 0 95 -
CMYK 0 1 0.20 0.53
HSL 312.1º 1% 0.23% -
HSV(B) 312.1º 1% 0.47% -
XYZ 9.67 4.75 11.23 -
YUV 46.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 119 0 95 0 1 0.20 0.53 312.1 1 0.23
Hex 77 0 5F 0 64 14 35 138 64 17
Octal 167 0 137 0 144 24 65 470 144 27
Binary 1110111 0 1011111 0 1100100 10100 110101 100111000 1100100 10111

Color Harmonies of #77005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77005F

Black with #77005F

Text Example


Text Example

White with #77005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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