Html Css Color HEX #77015B Eggplant

📋 copy color: '#77015B'

red 119 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #77015B

Tints of Eggplant #77015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 56.4%
G = 0.47%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77015B (or 0x77015B) is known color: Eggplant. HEX triplet: 77, 01 and 5B. RGB value is (119,1,91). Sum of RGB (Red+Green+Blue) = 119+1+91=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77015B is #88FEA4. Grayscale: #2E2E2E. Windows color (decimal): -8978085 or 5964151. OLE color: 5964151.

HSL color Cylindrical-coordinate representation of color #77015B: hue angle of 314.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77015B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 91 -
CMYK 0 0.99 0.24 0.53
HSL 314.24º 0.98% 0.24% -
HSV(B) 314.24º 0.99% 0.47% -
XYZ 9.51 4.7 10.3 -
YUV 46.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 119 1 91 0 0.99 0.24 0.53 314.24 0.98 0.24
Hex 77 1 5B 0 63 18 35 13A 62 18
Octal 167 1 133 0 143 30 65 472 142 30
Binary 1110111 1 1011011 0 1100011 11000 110101 100111010 1100010 11000

Color Harmonies of #77015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77015B

Black with #77015B

Text Example


Text Example

White with #77015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77015B; }

 p { color: rgb(119,1,91); }

 H1.HeaderClassName
 {
   color: #77015B;
 }
 .AnyTagClassName
 {
   color: #77015B;
 }
</style>

background-color css

<style>
 a { background-color: #77015B; }

 a { background-color: rgb(119,1,91); }

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

border-color css

<style>
 span { border-color: #77015B; }

 span { border-color: rgb(119,1,91); }

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