Html Css Color HEX #884B73 Cosmic

📋 copy color: '#884B73'

red 136 ◦ green 75 ◦ blue 115

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

Shades of Cosmic #884B73

Tints of Cosmic #884B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

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

R = 41.72%
G = 23.01%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884B73 (or 0x884B73) is known color: Cosmic. HEX triplet: 88, 4B and 73. RGB value is (136,75,115). Sum of RGB (Red+Green+Blue) = 136+75+115=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B73 is #77B48C. Grayscale: #616161. Windows color (decimal): -7845005 or 7555976. OLE color: 7555976.

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

Color convert

RGB 136 75 115 -
CMYK 0 0.45 0.15 0.47
HSL 320.66º 0.29% 0.41% -
HSV(B) 320.66º 0.45% 0.53% -
XYZ 15.76 11.5 17.61 -
YUV 97.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 136 75 115 0 0.45 0.15 0.47 320.66 0.29 0.41
Hex 88 4B 73 0 2D F 2F 141 1D 29
Octal 210 113 163 0 55 17 57 501 35 51
Binary 10001000 1001011 1110011 0 101101 1111 101111 101000001 11101 101001

Color Harmonies of #884B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B73

Black with #884B73

Text Example


Text Example

White with #884B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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