Html Css Color HEX #804758 Cosmic

📋 copy color: '#804758'

red 128 ◦ green 71 ◦ blue 88

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

Shades of Cosmic #804758

Tints of Cosmic #804758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 44.6%
G = 24.74%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#804758 (or 0x804758) is known color: 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

RGB 128 71 88 -
CMYK 0 0.45 0.31 0.50
HSL 342.11º 0.29% 0.39% -
HSV(B) 342.11º 0.45% 0.5% -
XYZ 12.92 9.8 10.44 -
YUV 89.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 128 71 88 0 0.45 0.31 0.50 342.11 0.29 0.39
Hex 80 47 58 0 2D 1F 32 156 1D 27
Octal 200 107 130 0 55 37 62 526 35 47
Binary 10000000 1000111 1011000 0 101101 11111 110010 101010110 11101 100111

Color Harmonies of #804758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804758

Black with #804758

Text Example


Text Example

White with #804758

Text Example


Text Example

HTML Codes & Css Web 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>