Html Css Color HEX #884372 Cosmic

📋 copy color: '#884372'

red 136 ◦ green 67 ◦ blue 114

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

Shades of Cosmic #884372

Tints of Cosmic #884372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 42.9%
G = 21.14%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884372 (or 0x884372) is known color: Cosmic. HEX triplet: 88, 43 and 72. RGB value is (136,67,114). Sum of RGB (Red+Green+Blue) = 136+67+114=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884372 is #77BC8D. Grayscale: #5C5C5C. Windows color (decimal): -7847054 or 7488392. OLE color: 7488392.

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

Color convert

RGB 136 67 114 -
CMYK 0 0.51 0.16 0.47
HSL 319.13º 0.34% 0.4% -
HSV(B) 319.13º 0.51% 0.53% -
XYZ 15.2 10.46 17.14 -
YUV 92.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 136 67 114 0 0.51 0.16 0.47 319.13 0.34 0.4
Hex 88 43 72 0 33 10 2F 13F 22 28
Octal 210 103 162 0 63 20 57 477 42 50
Binary 10001000 1000011 1110010 0 110011 10000 101111 100111111 100010 101000

Color Harmonies of #884372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884372

Black with #884372

Text Example


Text Example

White with #884372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884372; }

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

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

background-color css

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

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

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

border-color css

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

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

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