Html Css Color HEX #884072 Cosmic

📋 copy color: '#884072'

red 136 ◦ green 64 ◦ blue 114

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

Shades of Cosmic #884072

Tints of Cosmic #884072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 43.31%
G = 20.38%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884072 (or 0x884072) is known color: Cosmic. HEX triplet: 88, 40 and 72. RGB value is (136,64,114). Sum of RGB (Red+Green+Blue) = 136+64+114=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #884072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884072 is #77BF8D. Grayscale: #5B5B5B. Windows color (decimal): -7847822 or 7487624. OLE color: 7487624.

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

Color convert

RGB 136 64 114 -
CMYK 0 0.53 0.16 0.47
HSL 318.33º 0.36% 0.39% -
HSV(B) 318.33º 0.53% 0.53% -
XYZ 15.02 10.12 17.08 -
YUV 91.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 136 64 114 0 0.53 0.16 0.47 318.33 0.36 0.39
Hex 88 40 72 0 35 10 2F 13E 24 27
Octal 210 100 162 0 65 20 57 476 44 47
Binary 10001000 1000000 1110010 0 110101 10000 101111 100111110 100100 100111

Color Harmonies of #884072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884072

Black with #884072

Text Example


Text Example

White with #884072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884072; }

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

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

background-color css

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

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

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

border-color css

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

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

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