#803762

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

Shades of Cosmic #803762

Tints of Cosmic #803762

Color information

#803762 (or 0x803762) is unknown color: approx Cosmic. HEX triplet: 80, 37 and 62. RGB value is (128,55,98). Sum of RGB (Red+Green+Blue) = 128+55+98=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803762 is #7FC89D. Grayscale: #515151. Windows color (decimal): -8374430 or 6436736. OLE color: 6436736.

HSL color Cylindrical-coordinate representation of color #803762: hue angle of 324.66º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803762 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1285598-
CMYK00.570.230.50
HSL324.66º39.89%35.88%-
HSV(B)324.66º57.03%50.2%-
XYZ12.478.212.48-
YUV81.73137.18161-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=45.55%
G=19.57%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128559800.570.230.50324.6639.8935.88
Hex80376203917321452824
Octal2006714207127625055044
Binary100000001101111100010011100110111110010101000101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803762; }

 p { color: rgb(128,55,98); }

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

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

 a { background-color: rgb(128,55,98); }

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

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

 span { border-color: rgb(128,55,98); }

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