Html Css Color HEX #77065B Eggplant

📋 copy color: '#77065B'

red 119 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #77065B

Tints of Eggplant #77065B

RGB

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

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

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

R = 55.09%
G = 2.78%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77065B (or 0x77065B) is known color: Eggplant. HEX triplet: 77, 06 and 5B. RGB value is (119,6,91). Sum of RGB (Red+Green+Blue) = 119+6+91=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77065B is #88F9A4. Grayscale: #313131. Windows color (decimal): -8976805 or 5965431. OLE color: 5965431.

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

Color convert

RGB 119 6 91 -
CMYK 0 0.95 0.24 0.53
HSL 314.87º 0.9% 0.25% -
HSV(B) 314.87º 0.95% 0.47% -
XYZ 9.56 4.81 10.32 -
YUV 49.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 119 6 91 0 0.95 0.24 0.53 314.87 0.9 0.25
Hex 77 6 5B 0 5F 18 35 13B 5A 19
Octal 167 6 133 0 137 30 65 473 132 31
Binary 1110111 110 1011011 0 1011111 11000 110101 100111011 1011010 11001

Color Harmonies of #77065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77065B

Black with #77065B

Text Example


Text Example

White with #77065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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