#84678E

Color #84678E Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #84678E

Tints of Mamba #84678E

Color information

#84678E (or 0x84678E) is unknown color: approx Mamba. HEX triplet: 84, 67 and 8E. RGB value is (132,103,142). Sum of RGB (Red+Green+Blue) = 132+103+142=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #84678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84678E is #7B9871. Grayscale: #737373. Windows color (decimal): -8099954 or 9332612. OLE color: 9332612.

HSL color Cylindrical-coordinate representation of color #84678E: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84678E is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132103142-
CMYK0.070.2700.44
HSL284.62º15.92%48.04%-
HSV(B)284.62º27.46%55.69%-
XYZ19.2516.5627.77-
YUV116.12142.61139.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=35.01%
G=27.32%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321031420.070.2700.44284.6215.9248.04
Hex84678E71B02C11d1030
Octal2041472167330544352060
Binary1000010011001111000111011111011010110010001110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84678E; }

 p { color: rgb(132,103,142); }

 H1.HeaderClassName
 {
   color: #84678E;
 }
 .AnyTagClassName
 {
   color: #84678E;
 }
</style>
background-color css

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

 a { background-color: rgb(132,103,142); }

 div.DivClassName
 {
   background-color: #84678E;
 }
 .BgClassName
 {
   background-color: #84678E;
 }
</style>
border-color css

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

 span { border-color: rgb(132,103,142); }

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