#804758

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

Shades of Cosmic #804758

Tints of Cosmic #804758

Color information

#804758 (or 0x804758) is unknown color: approx Cosmic. HEX triplet: 80, 47 and 58. RGB value is (128,71,88). Sum of RGB (Red+Green+Blue) = 128+71+88=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #804758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804758 is #7FB8A7. Grayscale: #595959. Windows color (decimal): -8370344 or 5785472. OLE color: 5785472.

HSL color Cylindrical-coordinate representation of color #804758: hue angle of 342.11º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804758 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1287188-
CMYK00.450.310.50
HSL342.11º28.64%39.02%-
HSV(B)342.11º44.53%50.2%-
XYZ12.929.810.44-
YUV89.98126.88155.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=44.60%
G=24.74%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128718800.450.310.50342.1128.6439.02
Hex80475802D1F321561d27
Octal20010713005537625263547
Binary100000001000111101100001011011111111001010101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804758; }

 p { color: rgb(128,71,88); }

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

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

 a { background-color: rgb(128,71,88); }

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

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

 span { border-color: rgb(128,71,88); }

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