Html Css Color HEX #804763 Cosmic

📋 copy color: '#804763'

red 128 ◦ green 71 ◦ blue 99

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

Shades of Cosmic #804763

Tints of Cosmic #804763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 42.95%
G = 23.83%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#804763 (or 0x804763) is known color: Cosmic. HEX triplet: 80, 47 and 63. RGB value is (128,71,99). Sum of RGB (Red+Green+Blue) = 128+71+99=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #804763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804763 is #7FB89C. Grayscale: #5B5B5B. Windows color (decimal): -8370333 or 6506368. OLE color: 6506368.

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

Color convert

RGB 128 71 99 -
CMYK 0 0.45 0.23 0.50
HSL 330.53º 0.29% 0.39% -
HSV(B) 330.53º 0.45% 0.5% -
XYZ 13.41 10 13.03 -
YUV 91.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 128 71 99 0 0.45 0.23 0.50 330.53 0.29 0.39
Hex 80 47 63 0 2D 17 32 14B 1D 27
Octal 200 107 143 0 55 27 62 513 35 47
Binary 10000000 1000111 1100011 0 101101 10111 110010 101001011 11101 100111

Color Harmonies of #804763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804763

Black with #804763

Text Example


Text Example

White with #804763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804763; }

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

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

background-color css

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

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

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

border-color css

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

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

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