Html Css Color HEX #84506B Cosmic

📋 copy color: '#84506B'

red 132 ◦ green 80 ◦ blue 107

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

Shades of Cosmic #84506B

Tints of Cosmic #84506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 41.38%
G = 25.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84506B (or 0x84506B) is known color: Cosmic. HEX triplet: 84, 50 and 6B. RGB value is (132,80,107). Sum of RGB (Red+Green+Blue) = 132+80+107=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #84506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84506B is #7BAF94. Grayscale: #626262. Windows color (decimal): -8105877 or 7032964. OLE color: 7032964.

HSL color Cylindrical-coordinate representation of color #84506B: hue angle of 328.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84506B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 107 -
CMYK 0 0.39 0.19 0.48
HSL 328.85º 0.25% 0.42% -
HSV(B) 328.85º 0.39% 0.52% -
XYZ 15.04 11.7 15.38 -
YUV 98.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 132 80 107 0 0.39 0.19 0.48 328.85 0.25 0.42
Hex 84 50 6B 0 27 13 30 149 19 2A
Octal 204 120 153 0 47 23 60 511 31 52
Binary 10000100 1010000 1101011 0 100111 10011 110000 101001001 11001 101010

Color Harmonies of #84506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84506B

Black with #84506B

Text Example


Text Example

White with #84506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84506B; }

 p { color: rgb(132,80,107); }

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

background-color css

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

 a { background-color: rgb(132,80,107); }

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

border-color css

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

 span { border-color: rgb(132,80,107); }

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