#847688

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

Shades of Mamba #847688

Tints of Mamba #847688

Color information

#847688 (or 0x847688) is unknown color: approx Mamba. HEX triplet: 84, 76 and 88. RGB value is (132,118,136). Sum of RGB (Red+Green+Blue) = 132+118+136=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #847688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847688 is #7B8977. Grayscale: #7C7C7C. Windows color (decimal): -8096120 or 8943236. OLE color: 8943236.

HSL color Cylindrical-coordinate representation of color #847688: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847688 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB132118136-
CMYK0.030.1300.47
HSL286.67º7.09%49.8%-
HSV(B)286.67º13.24%53.33%-
XYZ20.4419.6426.01-
YUV124.24134.64133.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=34.20%
G=30.57%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321181360.030.1300.47286.677.0949.8
Hex8476883D02F11f732
Octal204166210315057437762
Binary100001001110110100010001111010101111100011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847688; }

 p { color: rgb(132,118,136); }

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

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

 a { background-color: rgb(132,118,136); }

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

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

 span { border-color: rgb(132,118,136); }

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