Html Css Color HEX #804765 Cosmic

📋 copy color: '#804765'

red 128 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #804765

Tints of Cosmic #804765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 42.67%
G = 23.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#804765 (or 0x804765) is known color: Cosmic. HEX triplet: 80, 47 and 65. RGB value is (128,71,101). Sum of RGB (Red+Green+Blue) = 128+71+101=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804765 is #7FB89A. Grayscale: #5B5B5B. Windows color (decimal): -8370331 or 6637440. OLE color: 6637440.

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

Color convert

RGB 128 71 101 -
CMYK 0 0.45 0.21 0.50
HSL 328.42º 0.29% 0.39% -
HSV(B) 328.42º 0.45% 0.5% -
XYZ 13.5 10.04 13.54 -
YUV 91.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 128 71 101 0 0.45 0.21 0.50 328.42 0.29 0.39
Hex 80 47 65 0 2D 15 32 148 1D 27
Octal 200 107 145 0 55 25 62 510 35 47
Binary 10000000 1000111 1100101 0 101101 10101 110010 101001000 11101 100111

Color Harmonies of #804765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804765

Black with #804765

Text Example


Text Example

White with #804765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804765; }

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

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

background-color css

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

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

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

border-color css

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

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

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