#776582

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

Shades of Mamba #776582

Tints of Mamba #776582

Color information

#776582 (or 0x776582) is unknown color: approx Mamba. HEX triplet: 77, 65 and 82. RGB value is (119,101,130). Sum of RGB (Red+Green+Blue) = 119+101+130=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #776582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776582 is #889A7D. Grayscale: #6D6D6D. Windows color (decimal): -8952446 or 8545655. OLE color: 8545655.

HSL color Cylindrical-coordinate representation of color #776582: hue angle of 277.24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776582 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119101130-
CMYK0.080.2200.49
HSL277.24º12.55%45.29%-
HSV(B)277.24º22.31%50.98%-
XYZ16.2914.8423.13-
YUV109.69139.46134.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=34%
G=28.86%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191011300.080.2200.49277.2412.5545.29
Hex776582816031115d2d
Octal16714520210260614251555
Binary111011111001011000001010001011001100011000101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776582; }

 p { color: rgb(119,101,130); }

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

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

 a { background-color: rgb(119,101,130); }

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

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

 span { border-color: rgb(119,101,130); }

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