Html Css Color HEX #77065D Eggplant

📋 copy color: '#77065D'

red 119 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #77065D

Tints of Eggplant #77065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 54.59%
G = 2.75%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77065D (or 0x77065D) is known color: Eggplant. HEX triplet: 77, 06 and 5D. RGB value is (119,6,93). Sum of RGB (Red+Green+Blue) = 119+6+93=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77065D is #88F9A2. Grayscale: #313131. Windows color (decimal): -8976803 or 6096503. OLE color: 6096503.

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

Color convert

RGB 119 6 93 -
CMYK 0 0.95 0.22 0.53
HSL 313.81º 0.9% 0.25% -
HSV(B) 313.81º 0.95% 0.47% -
XYZ 9.65 4.84 10.78 -
YUV 49.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 119 6 93 0 0.95 0.22 0.53 313.81 0.9 0.25
Hex 77 6 5D 0 5F 16 35 13A 5A 19
Octal 167 6 135 0 137 26 65 472 132 31
Binary 1110111 110 1011101 0 1011111 10110 110101 100111010 1011010 11001

Color Harmonies of #77065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77065D

Black with #77065D

Text Example


Text Example

White with #77065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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