Html Css Color HEX #77035D Eggplant

📋 copy color: '#77035D'

red 119 ◦ green 3 ◦ blue 93

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

Shades of Eggplant #77035D

Tints of Eggplant #77035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 55.35%
G = 1.4%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77035D (or 0x77035D) is known color: Eggplant. HEX triplet: 77, 03 and 5D. RGB value is (119,3,93). Sum of RGB (Red+Green+Blue) = 119+3+93=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77035D is #88FCA2. Grayscale: #2F2F2F. Windows color (decimal): -8977571 or 6095735. OLE color: 6095735.

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

Color convert

RGB 119 3 93 -
CMYK 0 0.97 0.22 0.53
HSL 313.45º 0.95% 0.24% -
HSV(B) 313.45º 0.97% 0.47% -
XYZ 9.62 4.78 10.77 -
YUV 47.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 119 3 93 0 0.97 0.22 0.53 313.45 0.95 0.24
Hex 77 3 5D 0 61 16 35 139 5F 18
Octal 167 3 135 0 141 26 65 471 137 30
Binary 1110111 11 1011101 0 1100001 10110 110101 100111001 1011111 11000

Color Harmonies of #77035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77035D

Black with #77035D

Text Example


Text Example

White with #77035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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