Html Css Color HEX #884772 Cosmic

📋 copy color: '#884772'

red 136 ◦ green 71 ◦ blue 114

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

Shades of Cosmic #884772

Tints of Cosmic #884772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 42.37%
G = 22.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884772 (or 0x884772) is known color: Cosmic. HEX triplet: 88, 47 and 72. RGB value is (136,71,114). Sum of RGB (Red+Green+Blue) = 136+71+114=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884772 is #77B88D. Grayscale: #5F5F5F. Windows color (decimal): -7846030 or 7489416. OLE color: 7489416.

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

Color convert

RGB 136 71 114 -
CMYK 0 0.48 0.16 0.47
HSL 320.31º 0.31% 0.41% -
HSV(B) 320.31º 0.48% 0.53% -
XYZ 15.44 10.96 17.22 -
YUV 95.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 136 71 114 0 0.48 0.16 0.47 320.31 0.31 0.41
Hex 88 47 72 0 30 10 2F 140 1F 29
Octal 210 107 162 0 60 20 57 500 37 51
Binary 10001000 1000111 1110010 0 110000 10000 101111 101000000 11111 101001

Color Harmonies of #884772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884772

Black with #884772

Text Example


Text Example

White with #884772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884772; }

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

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

background-color css

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

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

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

border-color css

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

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

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