Html Css Color HEX #880762 Eggplant

📋 copy color: '#880762'

red 136 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #880762

Tints of Eggplant #880762

RGB

 RED value IS 136 (53.52% from 255) = 56.43%

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 56.43%
G = 2.9%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880762 (or 0x880762) is known color: Eggplant. HEX triplet: 88, 07 and 62. RGB value is (136,7,98). Sum of RGB (Red+Green+Blue) = 136+7+98=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880762 is #77F89D. Grayscale: #373737. Windows color (decimal): -7862430 or 6424456. OLE color: 6424456.

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

Color convert

RGB 136 7 98 -
CMYK 0 0.95 0.28 0.47
HSL 317.67º 0.9% 0.28% -
HSV(B) 317.67º 0.95% 0.53% -
XYZ 12.43 6.27 12.11 -
YUV 55.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 136 7 98 0 0.95 0.28 0.47 317.67 0.9 0.28
Hex 88 7 62 0 5F 1C 2F 13E 5A 1C
Octal 210 7 142 0 137 34 57 476 132 34
Binary 10001000 111 1100010 0 1011111 11100 101111 100111110 1011010 11100

Color Harmonies of #880762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880762

Black with #880762

Text Example


Text Example

White with #880762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880762; }

 p { color: rgb(136,7,98); }

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

background-color css

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

 a { background-color: rgb(136,7,98); }

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

border-color css

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

 span { border-color: rgb(136,7,98); }

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