Html Css Color HEX #884F73 Cosmic

📋 copy color: '#884F73'

red 136 ◦ green 79 ◦ blue 115

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

Shades of Cosmic #884F73

Tints of Cosmic #884F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 41.21%
G = 23.94%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884F73 (or 0x884F73) is known color: Cosmic. HEX triplet: 88, 4F and 73. RGB value is (136,79,115). Sum of RGB (Red+Green+Blue) = 136+79+115=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F73 is #77B08C. Grayscale: #646464. Windows color (decimal): -7843981 or 7557000. OLE color: 7557000.

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

Color convert

RGB 136 79 115 -
CMYK 0 0.42 0.15 0.47
HSL 322.11º 0.27% 0.42% -
HSV(B) 322.11º 0.42% 0.53% -
XYZ 16.04 12.06 17.7 -
YUV 100.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 136 79 115 0 0.42 0.15 0.47 322.11 0.27 0.42
Hex 88 4F 73 0 2A F 2F 142 1B 2A
Octal 210 117 163 0 52 17 57 502 33 52
Binary 10001000 1001111 1110011 0 101010 1111 101111 101000010 11011 101010

Color Harmonies of #884F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F73

Black with #884F73

Text Example


Text Example

White with #884F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,79,115); }

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

background-color css

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

 a { background-color: rgb(136,79,115); }

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

border-color css

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

 span { border-color: rgb(136,79,115); }

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