#855772

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

Shades of Cosmic #855772

Tints of Cosmic #855772

Color information

#855772 (or 0x855772) is unknown color: approx Cosmic. HEX triplet: 85, 57 and 72. RGB value is (133,87,114). Sum of RGB (Red+Green+Blue) = 133+87+114=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855772 is #7AA88D. Grayscale: #676767. Windows color (decimal): -8038542 or 7493509. OLE color: 7493509.

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

Color convert

RGB13387114-
CMYK00.350.140.48
HSL324.78º20.91%43.14%-
HSV(B)324.78º34.59%52.16%-
XYZ16.1213.0217.58-
YUV103.83133.74148.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=39.82%
G=26.05%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711400.350.140.48324.7820.9143.14
Hex855772023E30145152b
Octal20512716204316605052553
Binary10000101101011111100100100011111011000010100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855772; }

 p { color: rgb(133,87,114); }

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

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

 a { background-color: rgb(133,87,114); }

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

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

 span { border-color: rgb(133,87,114); }

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