Html Css Color HEX #870756 Eggplant

📋 copy color: '#870756'

red 135 ◦ green 7 ◦ blue 86

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

Shades of Eggplant #870756

Tints of Eggplant #870756

RGB

 RED value IS 135 (53.13% from 255) = 59.21%

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

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 59.21%
G = 3.07%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#870756 (or 0x870756) is known color: Eggplant. HEX triplet: 87, 07 and 56. RGB value is (135,7,86). Sum of RGB (Red+Green+Blue) = 135+7+86=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870756 is #78F8A9. Grayscale: #363636. Windows color (decimal): -7927978 or 5638023. OLE color: 5638023.

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

Color convert

RGB 135 7 86 -
CMYK 0 0.95 0.36 0.47
HSL 322.97º 0.9% 0.28% -
HSV(B) 322.97º 0.95% 0.53% -
XYZ 11.75 5.97 9.34 -
YUV 54.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 135 7 86 0 0.95 0.36 0.47 322.97 0.9 0.28
Hex 87 7 56 0 5F 24 2F 143 5A 1C
Octal 207 7 126 0 137 44 57 503 132 34
Binary 10000111 111 1010110 0 1011111 100100 101111 101000011 1011010 11100

Color Harmonies of #870756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870756

Black with #870756

Text Example


Text Example

White with #870756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870756; }

 p { color: rgb(135,7,86); }

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

background-color css

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

 a { background-color: rgb(135,7,86); }

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

border-color css

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

 span { border-color: rgb(135,7,86); }

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