Html Css Color HEX #884C72 Cosmic

📋 copy color: '#884C72'

red 136 ◦ green 76 ◦ blue 114

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

Shades of Cosmic #884C72

Tints of Cosmic #884C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 41.72%
G = 23.31%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884C72 (or 0x884C72) is known color: Cosmic. HEX triplet: 88, 4C and 72. RGB value is (136,76,114). Sum of RGB (Red+Green+Blue) = 136+76+114=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C72 is #77B38D. Grayscale: #626262. Windows color (decimal): -7844750 or 7490696. OLE color: 7490696.

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

Color convert

RGB 136 76 114 -
CMYK 0 0.44 0.16 0.47
HSL 322º 0.28% 0.42% -
HSV(B) 322º 0.44% 0.53% -
XYZ 15.78 11.62 17.33 -
YUV 98.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 136 76 114 0 0.44 0.16 0.47 322 0.28 0.42
Hex 88 4C 72 0 2C 10 2F 142 1C 2A
Octal 210 114 162 0 54 20 57 502 34 52
Binary 10001000 1001100 1110010 0 101100 10000 101111 101000010 11100 101010

Color Harmonies of #884C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C72

Black with #884C72

Text Example


Text Example

White with #884C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,76,114); }

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

background-color css

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

 a { background-color: rgb(136,76,114); }

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

border-color css

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

 span { border-color: rgb(136,76,114); }

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