Html Css Color HEX #844672 Cosmic

📋 copy color: '#844672'

red 132 ◦ green 70 ◦ blue 114

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

Shades of Cosmic #844672

Tints of Cosmic #844672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 41.77%
G = 22.15%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#844672 (or 0x844672) is known color: Cosmic. HEX triplet: 84, 46 and 72. RGB value is (132,70,114). Sum of RGB (Red+Green+Blue) = 132+70+114=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844672 is #7BB98D. Grayscale: #5D5D5D. Windows color (decimal): -8108430 or 7489156. OLE color: 7489156.

HSL color Cylindrical-coordinate representation of color #844672: hue angle of 317.42º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844672 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 114 -
CMYK 0 0.47 0.14 0.48
HSL 317.42º 0.31% 0.4% -
HSV(B) 317.42º 0.47% 0.52% -
XYZ 14.74 10.5 17.17 -
YUV 93.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 132 70 114 0 0.47 0.14 0.48 317.42 0.31 0.4
Hex 84 46 72 0 2F E 30 13D 1F 28
Octal 204 106 162 0 57 16 60 475 37 50
Binary 10000100 1000110 1110010 0 101111 1110 110000 100111101 11111 101000

Color Harmonies of #844672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844672

Black with #844672

Text Example


Text Example

White with #844672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844672; }

 p { color: rgb(132,70,114); }

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

background-color css

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

 a { background-color: rgb(132,70,114); }

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

border-color css

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

 span { border-color: rgb(132,70,114); }

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