Html Css Color HEX #77065F Eggplant

📋 copy color: '#77065F'

red 119 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #77065F

Tints of Eggplant #77065F

RGB

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

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

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

R = 54.09%
G = 2.73%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77065F (or 0x77065F) is known color: Eggplant. HEX triplet: 77, 06 and 5F. RGB value is (119,6,95). Sum of RGB (Red+Green+Blue) = 119+6+95=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77065F is #88F9A0. Grayscale: #313131. Windows color (decimal): -8976801 or 6227575. OLE color: 6227575.

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

Color convert

RGB 119 6 95 -
CMYK 0 0.95 0.20 0.53
HSL 312.74º 0.9% 0.25% -
HSV(B) 312.74º 0.95% 0.47% -
XYZ 9.74 4.88 11.25 -
YUV 49.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 119 6 95 0 0.95 0.20 0.53 312.74 0.9 0.25
Hex 77 6 5F 0 5F 14 35 139 5A 19
Octal 167 6 137 0 137 24 65 471 132 31
Binary 1110111 110 1011111 0 1011111 10100 110101 100111001 1011010 11001

Color Harmonies of #77065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77065F

Black with #77065F

Text Example


Text Example

White with #77065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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