Html Css Color HEX #844C71 Cosmic

📋 copy color: '#844C71'

red 132 ◦ green 76 ◦ blue 113

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

Shades of Cosmic #844C71

Tints of Cosmic #844C71

RGB

 RED value IS 132 (51.95% from 255) = 41.12%

 GREEN value IS 76 (30.08% from 255) = 23.68%

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

R = 41.12%
G = 23.68%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#844C71 (or 0x844C71) is known color: Cosmic. HEX triplet: 84, 4C and 71. RGB value is (132,76,113). Sum of RGB (Red+Green+Blue) = 132+76+113=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #844C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C71 is #7BB38E. Grayscale: #606060. Windows color (decimal): -8106895 or 7425156. OLE color: 7425156.

HSL color Cylindrical-coordinate representation of color #844C71: hue angle of 320.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844C71 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 113 -
CMYK 0 0.42 0.14 0.48
HSL 320.36º 0.27% 0.41% -
HSV(B) 320.36º 0.42% 0.52% -
XYZ 15.08 11.27 17 -
YUV 96.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 132 76 113 0 0.42 0.14 0.48 320.36 0.27 0.41
Hex 84 4C 71 0 2A E 30 140 1B 29
Octal 204 114 161 0 52 16 60 500 33 51
Binary 10000100 1001100 1110001 0 101010 1110 110000 101000000 11011 101001

Color Harmonies of #844C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C71

Black with #844C71

Text Example


Text Example

White with #844C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844C71; }

 p { color: rgb(132,76,113); }

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

background-color css

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

 a { background-color: rgb(132,76,113); }

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

border-color css

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

 span { border-color: rgb(132,76,113); }

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