Html Css Color HEX #77075F Eggplant

📋 copy color: '#77075F'

red 119 ◦ green 7 ◦ blue 95

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

Shades of Eggplant #77075F

Tints of Eggplant #77075F

RGB

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

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

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

R = 53.85%
G = 3.17%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77075F (or 0x77075F) is known color: Eggplant. HEX triplet: 77, 07 and 5F. RGB value is (119,7,95). Sum of RGB (Red+Green+Blue) = 119+7+95=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075F is #88F8A0. Grayscale: #323232. Windows color (decimal): -8976545 or 6227831. OLE color: 6227831.

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

Color convert

RGB 119 7 95 -
CMYK 0 0.94 0.20 0.53
HSL 312.86º 0.89% 0.25% -
HSV(B) 312.86º 0.94% 0.47% -
XYZ 9.75 4.9 11.26 -
YUV 50.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 119 7 95 0 0.94 0.20 0.53 312.86 0.89 0.25
Hex 77 7 5F 0 5E 14 35 139 59 19
Octal 167 7 137 0 136 24 65 471 131 31
Binary 1110111 111 1011111 0 1011110 10100 110101 100111001 1011001 11001

Color Harmonies of #77075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77075F

Black with #77075F

Text Example


Text Example

White with #77075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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