Html Css Color HEX #77075D Eggplant

📋 copy color: '#77075D'

red 119 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #77075D

Tints of Eggplant #77075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 54.34%
G = 3.2%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77075D (or 0x77075D) is known color: Eggplant. HEX triplet: 77, 07 and 5D. RGB value is (119,7,93). Sum of RGB (Red+Green+Blue) = 119+7+93=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075D is #88F8A2. Grayscale: #323232. Windows color (decimal): -8976547 or 6096759. OLE color: 6096759.

HSL color Cylindrical-coordinate representation of color #77075D: hue angle of 313.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77075D is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 93 -
CMYK 0 0.94 0.22 0.53
HSL 313.93º 0.89% 0.25% -
HSV(B) 313.93º 0.94% 0.47% -
XYZ 9.66 4.86 10.79 -
YUV 50.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 119 7 93 0 0.94 0.22 0.53 313.93 0.89 0.25
Hex 77 7 5D 0 5E 16 35 13A 59 19
Octal 167 7 135 0 136 26 65 472 131 31
Binary 1110111 111 1011101 0 1011110 10110 110101 100111010 1011001 11001

Color Harmonies of #77075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77075D

Black with #77075D

Text Example


Text Example

White with #77075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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