Html Css Color HEX #77075B Eggplant

📋 copy color: '#77075B'

red 119 ◦ green 7 ◦ blue 91

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

Shades of Eggplant #77075B

Tints of Eggplant #77075B

RGB

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

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

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

R = 54.84%
G = 3.23%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77075B (or 0x77075B) is known color: Eggplant. HEX triplet: 77, 07 and 5B. RGB value is (119,7,91). Sum of RGB (Red+Green+Blue) = 119+7+91=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075B is #88F8A4. Grayscale: #313131. Windows color (decimal): -8976549 or 5965687. OLE color: 5965687.

HSL color Cylindrical-coordinate representation of color #77075B: hue angle of 315º 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 #77075B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 91 -
CMYK 0 0.94 0.24 0.53
HSL 315º 0.89% 0.25% -
HSV(B) 315º 0.94% 0.47% -
XYZ 9.57 4.83 10.33 -
YUV 50.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 119 7 91 0 0.94 0.24 0.53 315 0.89 0.25
Hex 77 7 5B 0 5E 18 35 13B 59 19
Octal 167 7 133 0 136 30 65 473 131 31
Binary 1110111 111 1011011 0 1011110 11000 110101 100111011 1011001 11001

Color Harmonies of #77075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77075B

Black with #77075B

Text Example


Text Example

White with #77075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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