#845474

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

Shades of Cosmic #845474

Tints of Cosmic #845474

Color information

#845474 (or 0x845474) is unknown color: approx Cosmic. HEX triplet: 84, 54 and 74. RGB value is (132,84,116). Sum of RGB (Red+Green+Blue) = 132+84+116=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845474 is #7BAB8B. Grayscale: #656565. Windows color (decimal): -8104844 or 7623812. OLE color: 7623812.

HSL color Cylindrical-coordinate representation of color #845474: hue angle of 320º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845474 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13284116-
CMYK00.360.120.48
HSL320º22.22%42.35%-
HSV(B)320º36.36%51.76%-
XYZ15.8412.5118.1-
YUV102135.9149.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=39.76%
G=25.30%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328411600.360.120.4832022.2242.35
Hex845474024C30140162a
Octal20412416404414605002652
Binary10000100101010011101000100100110011000010100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845474; }

 p { color: rgb(132,84,116); }

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

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

 a { background-color: rgb(132,84,116); }

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

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

 span { border-color: rgb(132,84,116); }

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