Html Css Color HEX #884D70 Cosmic

📋 copy color: '#884D70'

red 136 ◦ green 77 ◦ blue 112

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

Shades of Cosmic #884D70

Tints of Cosmic #884D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

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

R = 41.85%
G = 23.69%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#884D70 (or 0x884D70) is known color: Cosmic. HEX triplet: 88, 4D and 70. RGB value is (136,77,112). Sum of RGB (Red+Green+Blue) = 136+77+112=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D70 is #77B28F. Grayscale: #626262. Windows color (decimal): -7844496 or 7359880. OLE color: 7359880.

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

Color convert

RGB 136 77 112 -
CMYK 0 0.43 0.18 0.47
HSL 324.41º 0.28% 0.42% -
HSV(B) 324.41º 0.43% 0.53% -
XYZ 15.73 11.71 16.76 -
YUV 98.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 136 77 112 0 0.43 0.18 0.47 324.41 0.28 0.42
Hex 88 4D 70 0 2B 12 2F 144 1C 2A
Octal 210 115 160 0 53 22 57 504 34 52
Binary 10001000 1001101 1110000 0 101011 10010 101111 101000100 11100 101010

Color Harmonies of #884D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D70

Black with #884D70

Text Example


Text Example

White with #884D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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