Html Css Color HEX #845972 Cosmic

📋 copy color: '#845972'

red 132 ◦ green 89 ◦ blue 114

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

Shades of Cosmic #845972

Tints of Cosmic #845972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 39.4%
G = 26.57%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845972 (or 0x845972) is known color: Cosmic. HEX triplet: 84, 59 and 72. RGB value is (132,89,114). Sum of RGB (Red+Green+Blue) = 132+89+114=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #845972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845972 is #7BA68D. Grayscale: #686868. Windows color (decimal): -8103566 or 7494020. OLE color: 7494020.

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

Color convert

RGB 132 89 114 -
CMYK 0 0.33 0.14 0.48
HSL 325.12º 0.19% 0.43% -
HSV(B) 325.12º 0.33% 0.52% -
XYZ 16.13 13.27 17.63 -
YUV 104.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 132 89 114 0 0.33 0.14 0.48 325.12 0.19 0.43
Hex 84 59 72 0 21 E 30 145 13 2B
Octal 204 131 162 0 41 16 60 505 23 53
Binary 10000100 1011001 1110010 0 100001 1110 110000 101000101 10011 101011

Color Harmonies of #845972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845972

Black with #845972

Text Example


Text Example

White with #845972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845972; }

 p { color: rgb(132,89,114); }

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

background-color css

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

 a { background-color: rgb(132,89,114); }

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

border-color css

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

 span { border-color: rgb(132,89,114); }

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