Html Css Color HEX #84546C Cosmic

📋 copy color: '#84546C'

red 132 ◦ green 84 ◦ blue 108

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

Shades of Cosmic #84546C

Tints of Cosmic #84546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 40.74%
G = 25.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84546C (or 0x84546C) is known color: Cosmic. HEX triplet: 84, 54 and 6C. RGB value is (132,84,108). Sum of RGB (Red+Green+Blue) = 132+84+108=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84546C is #7BAB93. Grayscale: #656565. Windows color (decimal): -8104852 or 7099524. OLE color: 7099524.

HSL color Cylindrical-coordinate representation of color #84546C: hue angle of 330º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84546C is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 108 -
CMYK 0 0.36 0.18 0.48
HSL 330º 0.22% 0.42% -
HSV(B) 330º 0.36% 0.52% -
XYZ 15.39 12.33 15.76 -
YUV 101.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 132 84 108 0 0.36 0.18 0.48 330 0.22 0.42
Hex 84 54 6C 0 24 12 30 14A 16 2A
Octal 204 124 154 0 44 22 60 512 26 52
Binary 10000100 1010100 1101100 0 100100 10010 110000 101001010 10110 101010

Color Harmonies of #84546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84546C

Black with #84546C

Text Example


Text Example

White with #84546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84546C; }

 p { color: rgb(132,84,108); }

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

background-color css

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

 a { background-color: rgb(132,84,108); }

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

border-color css

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

 span { border-color: rgb(132,84,108); }

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