Html Css Color HEX #844766 Cosmic

📋 copy color: '#844766'

red 132 ◦ green 71 ◦ blue 102

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

Shades of Cosmic #844766

Tints of Cosmic #844766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 43.28%
G = 23.28%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844766 (or 0x844766) is known color: Cosmic. HEX triplet: 84, 47 and 66. RGB value is (132,71,102). Sum of RGB (Red+Green+Blue) = 132+71+102=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844766 is #7BB899. Grayscale: #5C5C5C. Windows color (decimal): -8108186 or 6702980. OLE color: 6702980.

HSL color Cylindrical-coordinate representation of color #844766: hue angle of 329.51º 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 #844766 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 102 -
CMYK 0 0.46 0.23 0.48
HSL 329.51º 0.3% 0.4% -
HSV(B) 329.51º 0.46% 0.52% -
XYZ 14.17 10.37 13.83 -
YUV 92.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 132 71 102 0 0.46 0.23 0.48 329.51 0.3 0.4
Hex 84 47 66 0 2E 17 30 14A 1E 28
Octal 204 107 146 0 56 27 60 512 36 50
Binary 10000100 1000111 1100110 0 101110 10111 110000 101001010 11110 101000

Color Harmonies of #844766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844766

Black with #844766

Text Example


Text Example

White with #844766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844766; }

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

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

background-color css

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

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

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

border-color css

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

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

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