Html Css Color HEX #844C6B Cosmic

📋 copy color: '#844C6B'

red 132 ◦ green 76 ◦ blue 107

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

Shades of Cosmic #844C6B

Tints of Cosmic #844C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 41.9%
G = 24.13%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#844C6B (or 0x844C6B) is known color: Cosmic. HEX triplet: 84, 4C and 6B. RGB value is (132,76,107). Sum of RGB (Red+Green+Blue) = 132+76+107=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C6B is #7BB394. Grayscale: #606060. Windows color (decimal): -8106901 or 7031940. OLE color: 7031940.

HSL color Cylindrical-coordinate representation of color #844C6B: hue angle of 326.79º 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 #844C6B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 107 -
CMYK 0 0.42 0.19 0.48
HSL 326.79º 0.27% 0.41% -
HSV(B) 326.79º 0.42% 0.52% -
XYZ 14.75 11.14 15.28 -
YUV 96.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 132 76 107 0 0.42 0.19 0.48 326.79 0.27 0.41
Hex 84 4C 6B 0 2A 13 30 147 1B 29
Octal 204 114 153 0 52 23 60 507 33 51
Binary 10000100 1001100 1101011 0 101010 10011 110000 101000111 11011 101001

Color Harmonies of #844C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C6B

Black with #844C6B

Text Example


Text Example

White with #844C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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