Html Css Color HEX #844D6F Cosmic

📋 copy color: '#844D6F'

red 132 ◦ green 77 ◦ blue 111

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

Shades of Cosmic #844D6F

Tints of Cosmic #844D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 41.25%
G = 24.06%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#844D6F (or 0x844D6F) is known color: Cosmic. HEX triplet: 84, 4D and 6F. RGB value is (132,77,111). Sum of RGB (Red+Green+Blue) = 132+77+111=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #844D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D6F is #7BB290. Grayscale: #616161. Windows color (decimal): -8106641 or 7294340. OLE color: 7294340.

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

Color convert

RGB 132 77 111 -
CMYK 0 0.42 0.16 0.48
HSL 322.91º 0.26% 0.41% -
HSV(B) 322.91º 0.42% 0.52% -
XYZ 15.04 11.36 16.44 -
YUV 97.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 132 77 111 0 0.42 0.16 0.48 322.91 0.26 0.41
Hex 84 4D 6F 0 2A 10 30 143 1A 29
Octal 204 115 157 0 52 20 60 503 32 51
Binary 10000100 1001101 1101111 0 101010 10000 110000 101000011 11010 101001

Color Harmonies of #844D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D6F

Black with #844D6F

Text Example


Text Example

White with #844D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,77,111); }

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

background-color css

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

 a { background-color: rgb(132,77,111); }

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

border-color css

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

 span { border-color: rgb(132,77,111); }

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