Html Css Color HEX #770360 Eggplant

📋 copy color: '#770360'

red 119 ◦ green 3 ◦ blue 96

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

Shades of Eggplant #770360

Tints of Eggplant #770360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 54.59%
G = 1.38%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#770360 (or 0x770360) is known color: Eggplant. HEX triplet: 77, 03 and 60. RGB value is (119,3,96). Sum of RGB (Red+Green+Blue) = 119+3+96=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #770360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770360 is #88FC9F. Grayscale: #303030. Windows color (decimal): -8977568 or 6292343. OLE color: 6292343.

HSL color Cylindrical-coordinate representation of color #770360: hue angle of 311.9º 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 #770360 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 96 -
CMYK 0 0.97 0.19 0.53
HSL 311.9º 0.95% 0.24% -
HSV(B) 311.9º 0.97% 0.47% -
XYZ 9.75 4.83 11.48 -
YUV 48.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 119 3 96 0 0.97 0.19 0.53 311.9 0.95 0.24
Hex 77 3 60 0 61 13 35 138 5F 18
Octal 167 3 140 0 141 23 65 470 137 30
Binary 1110111 11 1100000 0 1100001 10011 110101 100111000 1011111 11000

Color Harmonies of #770360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770360

Black with #770360

Text Example


Text Example

White with #770360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770360; }

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

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

background-color css

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

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

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

border-color css

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

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

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