#796383

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

Shades of Mamba #796383

Tints of Mamba #796383

Color information

#796383 (or 0x796383) is unknown color: approx Mamba. HEX triplet: 79, 63 and 83. RGB value is (121,99,131). Sum of RGB (Red+Green+Blue) = 121+99+131=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #796383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796383 is #869C7C. Grayscale: #6D6D6D. Windows color (decimal): -8821885 or 8610681. OLE color: 8610681.

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

Color convert

RGB12199131-
CMYK0.080.2400.49
HSL281.25º13.91%45.1%-
HSV(B)281.25º24.43%51.37%-
XYZ16.4414.6323.43-
YUV109.23140.29136.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=34.47%
G=28.21%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121991310.080.2400.49281.2513.9145.1
Hex796383818031119e2d
Octal17114320310300614311655
Binary111100111000111000001110001100001100011000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796383; }

 p { color: rgb(121,99,131); }

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

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

 a { background-color: rgb(121,99,131); }

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

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

 span { border-color: rgb(121,99,131); }

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