Html Css Color HEX #76045C Eggplant

📋 copy color: '#76045C'

red 118 ◦ green 4 ◦ blue 92

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

Shades of Eggplant #76045C

Tints of Eggplant #76045C

RGB

 RED value IS 118 (46.48% from 255) = 55.14%

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 55.14%
G = 1.87%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76045C (or 0x76045C) is known color: Eggplant. HEX triplet: 76, 04 and 5C. RGB value is (118,4,92). Sum of RGB (Red+Green+Blue) = 118+4+92=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045C is #89FBA3. Grayscale: #2F2F2F. Windows color (decimal): -9042852 or 6030454. OLE color: 6030454.

HSL color Cylindrical-coordinate representation of color #76045C: hue angle of 313.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76045C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 92 -
CMYK 0 0.97 0.22 0.54
HSL 313.68º 0.93% 0.24% -
HSV(B) 313.68º 0.97% 0.46% -
XYZ 9.45 4.71 10.54 -
YUV 48.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 118 4 92 0 0.97 0.22 0.54 313.68 0.93 0.24
Hex 76 4 5C 0 61 16 36 13A 5D 18
Octal 166 4 134 0 141 26 66 472 135 30
Binary 1110110 100 1011100 0 1100001 10110 110110 100111010 1011101 11000

Color Harmonies of #76045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76045C

Black with #76045C

Text Example


Text Example

White with #76045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76045C; }

 p { color: rgb(118,4,92); }

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

background-color css

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

 a { background-color: rgb(118,4,92); }

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

border-color css

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

 span { border-color: rgb(118,4,92); }

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