Html Css Color HEX #804767 Cosmic

📋 copy color: '#804767'

red 128 ◦ green 71 ◦ blue 103

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

Shades of Cosmic #804767

Tints of Cosmic #804767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 42.38%
G = 23.51%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#804767 (or 0x804767) is known color: Cosmic. HEX triplet: 80, 47 and 67. RGB value is (128,71,103). Sum of RGB (Red+Green+Blue) = 128+71+103=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #804767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804767 is #7FB898. Grayscale: #5B5B5B. Windows color (decimal): -8370329 or 6768512. OLE color: 6768512.

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

Color convert

RGB 128 71 103 -
CMYK 0 0.45 0.20 0.50
HSL 326.32º 0.29% 0.39% -
HSV(B) 326.32º 0.45% 0.5% -
XYZ 13.6 10.07 14.06 -
YUV 91.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 128 71 103 0 0.45 0.20 0.50 326.32 0.29 0.39
Hex 80 47 67 0 2D 14 32 146 1D 27
Octal 200 107 147 0 55 24 62 506 35 47
Binary 10000000 1000111 1100111 0 101101 10100 110010 101000110 11101 100111

Color Harmonies of #804767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804767

Black with #804767

Text Example


Text Example

White with #804767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804767; }

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

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

background-color css

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

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

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

border-color css

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

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

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