Html Css Color HEX #884870 Cosmic

📋 copy color: '#884870'

red 136 ◦ green 72 ◦ blue 112

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

Shades of Cosmic #884870

Tints of Cosmic #884870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 42.5%
G = 22.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#884870 (or 0x884870) is known color: Cosmic. HEX triplet: 88, 48 and 70. RGB value is (136,72,112). Sum of RGB (Red+Green+Blue) = 136+72+112=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884870 is #77B78F. Grayscale: #5F5F5F. Windows color (decimal): -7845776 or 7358600. OLE color: 7358600.

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

Color convert

RGB 136 72 112 -
CMYK 0 0.47 0.18 0.47
HSL 322.5º 0.31% 0.41% -
HSV(B) 322.5º 0.47% 0.53% -
XYZ 15.4 11.04 16.65 -
YUV 95.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 136 72 112 0 0.47 0.18 0.47 322.5 0.31 0.41
Hex 88 48 70 0 2F 12 2F 142 1F 29
Octal 210 110 160 0 57 22 57 502 37 51
Binary 10001000 1001000 1110000 0 101111 10010 101111 101000010 11111 101001

Color Harmonies of #884870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884870

Black with #884870

Text Example


Text Example

White with #884870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884870; }

 p { color: rgb(136,72,112); }

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

background-color css

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

 a { background-color: rgb(136,72,112); }

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

border-color css

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

 span { border-color: rgb(136,72,112); }

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