Html Css Color HEX #77005D Eggplant

📋 copy color: '#77005D'

red 119 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #77005D

Tints of Eggplant #77005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 56.13%
G = 0%
B = 43.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77005D (or 0x77005D) is known color: Eggplant. HEX triplet: 77, 00 and 5D. RGB value is (119,0,93). Sum of RGB (Red+Green+Blue) = 119+0+93=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77005D is #88FFA2. Grayscale: #2D2D2D. Windows color (decimal): -8978339 or 6094967. OLE color: 6094967.

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

Color convert

RGB 119 0 93 -
CMYK 0 1 0.22 0.53
HSL 313.11º 1% 0.23% -
HSV(B) 313.11º 1% 0.47% -
XYZ 9.58 4.71 10.76 -
YUV 46.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 119 0 93 0 1 0.22 0.53 313.11 1 0.23
Hex 77 0 5D 0 64 16 35 139 64 17
Octal 167 0 135 0 144 26 65 471 144 27
Binary 1110111 0 1011101 0 1100100 10110 110101 100111001 1100100 10111

Color Harmonies of #77005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77005D

Black with #77005D

Text Example


Text Example

White with #77005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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