#844768

Color #844768 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #844768

Tints of Cosmic #844768

Color information

#844768 (or 0x844768) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 68. RGB value is (132,71,104). Sum of RGB (Red+Green+Blue) = 132+71+104=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #844768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844768 is #7BB897. Grayscale: #5C5C5C. Windows color (decimal): -8108184 or 6834052. OLE color: 6834052.

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

Color convert

RGB13271104-
CMYK00.460.210.48
HSL327.54º30.05%39.8%-
HSV(B)327.54º46.21%51.76%-
XYZ14.2710.4114.35-
YUV93134.21155.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=43.00%
G=23.13%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327110400.460.210.48327.5430.0539.8
Hex84476802E15301481e28
Octal20410715005625605103650
Binary100001001000111110100001011101010111000010100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844768; }

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

 H1.HeaderClassName
 {
   color: #844768;
 }
 .AnyTagClassName
 {
   color: #844768;
 }
</style>
background-color css

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

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

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

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

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

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