Html Css Color HEX #884070 Cosmic

📋 copy color: '#884070'

red 136 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #884070

Tints of Cosmic #884070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

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

R = 43.59%
G = 20.51%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#884070 (or 0x884070) is known color: Cosmic. HEX triplet: 88, 40 and 70. RGB value is (136,64,112). Sum of RGB (Red+Green+Blue) = 136+64+112=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #884070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884070 is #77BF8F. Grayscale: #5A5A5A. Windows color (decimal): -7847824 or 7356552. OLE color: 7356552.

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

Color convert

RGB 136 64 112 -
CMYK 0 0.53 0.18 0.47
HSL 320º 0.36% 0.39% -
HSV(B) 320º 0.53% 0.53% -
XYZ 14.91 10.07 16.49 -
YUV 91 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 136 64 112 0 0.53 0.18 0.47 320 0.36 0.39
Hex 88 40 70 0 35 12 2F 140 24 27
Octal 210 100 160 0 65 22 57 500 44 47
Binary 10001000 1000000 1110000 0 110101 10010 101111 101000000 100100 100111

Color Harmonies of #884070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884070

Black with #884070

Text Example


Text Example

White with #884070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884070; }

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

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

background-color css

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

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

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

border-color css

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

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

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