Html Css Color HEX #884574 Cosmic

📋 copy color: '#884574'

red 136 ◦ green 69 ◦ blue 116

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

Shades of Cosmic #884574

Tints of Cosmic #884574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 42.37%
G = 21.5%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884574 (or 0x884574) is known color: Cosmic. HEX triplet: 88, 45 and 74. RGB value is (136,69,116). Sum of RGB (Red+Green+Blue) = 136+69+116=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884574 is #77BA8B. Grayscale: #5E5E5E. Windows color (decimal): -7846540 or 7619976. OLE color: 7619976.

HSL color Cylindrical-coordinate representation of color #884574: hue angle of 317.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884574 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 116 -
CMYK 0 0.49 0.15 0.47
HSL 317.91º 0.33% 0.4% -
HSV(B) 317.91º 0.49% 0.53% -
XYZ 15.43 10.75 17.78 -
YUV 94.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 136 69 116 0 0.49 0.15 0.47 317.91 0.33 0.4
Hex 88 45 74 0 31 F 2F 13E 21 28
Octal 210 105 164 0 61 17 57 476 41 50
Binary 10001000 1000101 1110100 0 110001 1111 101111 100111110 100001 101000

Color Harmonies of #884574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884574

Black with #884574

Text Example


Text Example

White with #884574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884574; }

 p { color: rgb(136,69,116); }

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

background-color css

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

 a { background-color: rgb(136,69,116); }

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

border-color css

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

 span { border-color: rgb(136,69,116); }

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