Html Css Color HEX #804759 Cosmic

📋 copy color: '#804759'

red 128 ◦ green 71 ◦ blue 89

#804759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #804759

Tints of Cosmic #804759

RGB

 RED value IS 128 (50.39% from 255) = 44.44%

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 44.44%
G = 24.65%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#804759 (or 0x804759) is known color: Cosmic. HEX triplet: 80, 47 and 59. RGB value is (128,71,89). Sum of RGB (Red+Green+Blue) = 128+71+89=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804759 is #7FB8A6. Grayscale: #5A5A5A. Windows color (decimal): -8370343 or 5851008. OLE color: 5851008.

HSL color Cylindrical-coordinate representation of color #804759: hue angle of 341.05º 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 #804759 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 89 -
CMYK 0 0.45 0.30 0.50
HSL 341.05º 0.29% 0.39% -
HSV(B) 341.05º 0.45% 0.5% -
XYZ 12.96 9.82 10.66 -
YUV 90.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 128 71 89 0 0.45 0.30 0.50 341.05 0.29 0.39
Hex 80 47 59 0 2D 1E 32 155 1D 27
Octal 200 107 131 0 55 36 62 525 35 47
Binary 10000000 1000111 1011001 0 101101 11110 110010 101010101 11101 100111

Color Harmonies of #804759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804759

Black with #804759

Text Example


Text Example

White with #804759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804759; }

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

 H1.HeaderClassName
 {
   color: #804759;
 }
 .AnyTagClassName
 {
   color: #804759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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