Html Css Color HEX #805770 Cosmic

📋 copy color: '#805770'

red 128 ◦ green 87 ◦ blue 112

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

Shades of Cosmic #805770

Tints of Cosmic #805770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 39.14%
G = 26.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805770 (or 0x805770) is known color: Cosmic. HEX triplet: 80, 57 and 70. RGB value is (128,87,112). Sum of RGB (Red+Green+Blue) = 128+87+112=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #805770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805770 is #7FA88F. Grayscale: #666666. Windows color (decimal): -8366224 or 7362432. OLE color: 7362432.

HSL color Cylindrical-coordinate representation of color #805770: hue angle of 323.41º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805770 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 112 -
CMYK 0 0.32 0.12 0.50
HSL 323.41º 0.19% 0.42% -
HSV(B) 323.41º 0.32% 0.5% -
XYZ 15.23 12.58 16.95 -
YUV 102.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 128 87 112 0 0.32 0.12 0.50 323.41 0.19 0.42
Hex 80 57 70 0 20 C 32 143 13 2A
Octal 200 127 160 0 40 14 62 503 23 52
Binary 10000000 1010111 1110000 0 100000 1100 110010 101000011 10011 101010

Color Harmonies of #805770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805770

Black with #805770

Text Example


Text Example

White with #805770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805770; }

 p { color: rgb(128,87,112); }

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

background-color css

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

 a { background-color: rgb(128,87,112); }

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

border-color css

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

 span { border-color: rgb(128,87,112); }

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