Html Css Color HEX #880752 Eggplant

📋 copy color: '#880752'

red 136 ◦ green 7 ◦ blue 82

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

Shades of Eggplant #880752

Tints of Eggplant #880752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.44%

R = 60.44%
G = 3.11%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#880752 (or 0x880752) is known color: Eggplant. HEX triplet: 88, 07 and 52. RGB value is (136,7,82). Sum of RGB (Red+Green+Blue) = 136+7+82=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #880752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880752 is #77F8AD. Grayscale: #353535. Windows color (decimal): -7862446 or 5375880. OLE color: 5375880.

HSL color Cylindrical-coordinate representation of color #880752: hue angle of 325.12º 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 #880752 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 82 -
CMYK 0 0.95 0.40 0.47
HSL 325.12º 0.9% 0.28% -
HSV(B) 325.12º 0.95% 0.53% -
XYZ 11.75 6 8.52 -
YUV 54.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 136 7 82 0 0.95 0.40 0.47 325.12 0.9 0.28
Hex 88 7 52 0 5F 28 2F 145 5A 1C
Octal 210 7 122 0 137 50 57 505 132 34
Binary 10001000 111 1010010 0 1011111 101000 101111 101000101 1011010 11100

Color Harmonies of #880752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880752

Black with #880752

Text Example


Text Example

White with #880752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880752; }

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

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

background-color css

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

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

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

border-color css

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

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

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