Html Css Color HEX #845770 Cosmic

📋 copy color: '#845770'

red 132 ◦ green 87 ◦ blue 112

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

Shades of Cosmic #845770

Tints of Cosmic #845770

RGB

 RED value IS 132 (51.95% from 255) = 39.88%

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

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

R = 39.88%
G = 26.28%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#845770 (or 0x845770) is known color: Cosmic. HEX triplet: 84, 57 and 70. RGB value is (132,87,112). Sum of RGB (Red+Green+Blue) = 132+87+112=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845770 is #7BA88F. Grayscale: #676767. Windows color (decimal): -8104080 or 7362436. OLE color: 7362436.

HSL color Cylindrical-coordinate representation of color #845770: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #845770 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 87 112 -
CMYK 0 0.34 0.15 0.48
HSL 326.67º 0.21% 0.43% -
HSV(B) 326.67º 0.34% 0.52% -
XYZ 15.85 12.89 16.98 -
YUV 103.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 132 87 112 0 0.34 0.15 0.48 326.67 0.21 0.43
Hex 84 57 70 0 22 F 30 147 15 2B
Octal 204 127 160 0 42 17 60 507 25 53
Binary 10000100 1010111 1110000 0 100010 1111 110000 101000111 10101 101011

Color Harmonies of #845770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845770

Black with #845770

Text Example


Text Example

White with #845770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845770; }

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

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

background-color css

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

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

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

border-color css

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

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

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