Html Css Color HEX #884A71 Cosmic

📋 copy color: '#884A71'

red 136 ◦ green 74 ◦ blue 113

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

Shades of Cosmic #884A71

Tints of Cosmic #884A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 113 (44.53% from 255) = 34.98%

R = 42.11%
G = 22.91%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#884A71 (or 0x884A71) is known color: Cosmic. HEX triplet: 88, 4A and 71. RGB value is (136,74,113). Sum of RGB (Red+Green+Blue) = 136+74+113=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A71 is #77B58E. Grayscale: #606060. Windows color (decimal): -7845263 or 7424648. OLE color: 7424648.

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

Color convert

RGB 136 74 113 -
CMYK 0 0.46 0.17 0.47
HSL 322.26º 0.3% 0.41% -
HSV(B) 322.26º 0.46% 0.53% -
XYZ 15.58 11.32 16.99 -
YUV 96.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 136 74 113 0 0.46 0.17 0.47 322.26 0.3 0.41
Hex 88 4A 71 0 2E 11 2F 142 1E 29
Octal 210 112 161 0 56 21 57 502 36 51
Binary 10001000 1001010 1110001 0 101110 10001 101111 101000010 11110 101001

Color Harmonies of #884A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A71

Black with #884A71

Text Example


Text Example

White with #884A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,113); }

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

background-color css

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

 a { background-color: rgb(136,74,113); }

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

border-color css

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

 span { border-color: rgb(136,74,113); }

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