Html Css Color HEX #844769 Cosmic

📋 copy color: '#844769'

red 132 ◦ green 71 ◦ blue 105

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

Shades of Cosmic #844769

Tints of Cosmic #844769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 42.86%
G = 23.05%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#844769 (or 0x844769) is known color: Cosmic. HEX triplet: 84, 47 and 69. RGB value is (132,71,105). Sum of RGB (Red+Green+Blue) = 132+71+105=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844769 is #7BB896. Grayscale: #5D5D5D. Windows color (decimal): -8108183 or 6899588. OLE color: 6899588.

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

Color convert

RGB 132 71 105 -
CMYK 0 0.46 0.20 0.48
HSL 326.56º 0.3% 0.4% -
HSV(B) 326.56º 0.46% 0.52% -
XYZ 14.32 10.43 14.62 -
YUV 93.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 132 71 105 0 0.46 0.20 0.48 326.56 0.3 0.4
Hex 84 47 69 0 2E 14 30 147 1E 28
Octal 204 107 151 0 56 24 60 507 36 50
Binary 10000100 1000111 1101001 0 101110 10100 110000 101000111 11110 101000

Color Harmonies of #844769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844769

Black with #844769

Text Example


Text Example

White with #844769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844769; }

 p { color: rgb(132,71,105); }

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

background-color css

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

 a { background-color: rgb(132,71,105); }

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

border-color css

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

 span { border-color: rgb(132,71,105); }

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