#786B83

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

Shades of Mamba #786B83

Tints of Mamba #786B83

Color information

#786B83 (or 0x786B83) is unknown color: approx Mamba. HEX triplet: 78, 6B and 83. RGB value is (120,107,131). Sum of RGB (Red+Green+Blue) = 120+107+131=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #786B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B83 is #87947C. Grayscale: #717171. Windows color (decimal): -8885373 or 8612728. OLE color: 8612728.

HSL color Cylindrical-coordinate representation of color #786B83: hue angle of 272.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786B83 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120107131-
CMYK0.080.1800.49
HSL272.5º10.08%46.67%-
HSV(B)272.5º18.32%51.37%-
XYZ17.116.1523.69-
YUV113.62137.81132.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=33.52%
G=29.89%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201071310.080.1800.49272.510.0846.67
Hex786B83812031110a2f
Octal17015320310220614201257
Binary111100011010111000001110001001001100011000100001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786B83; }

 p { color: rgb(120,107,131); }

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

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

 a { background-color: rgb(120,107,131); }

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

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

 span { border-color: rgb(120,107,131); }

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