#766983

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

Shades of Mamba #766983

Tints of Mamba #766983

Color information

#766983 (or 0x766983) is unknown color: approx Mamba. HEX triplet: 76, 69 and 83. RGB value is (118,105,131). Sum of RGB (Red+Green+Blue) = 118+105+131=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #766983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766983 is #89967C. Grayscale: #6F6F6F. Windows color (decimal): -9016957 or 8612214. OLE color: 8612214.

HSL color Cylindrical-coordinate representation of color #766983: hue angle of 270º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766983 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118105131-
CMYK0.100.2000.49
HSL270º11.02%46.27%-
HSV(B)270º19.85%51.37%-
XYZ16.6215.5923.61-
YUV111.85138.81132.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=33.33%
G=29.66%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181051310.100.2000.4927011.0246.27
Hex766983A1403110eb2e
Octal16615120312240614161356
Binary111011011010011000001110101010001100011000011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766983; }

 p { color: rgb(118,105,131); }

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

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

 a { background-color: rgb(118,105,131); }

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

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

 span { border-color: rgb(118,105,131); }

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