#796185

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

Shades of Mamba #796185

Tints of Mamba #796185

Color information

#796185 (or 0x796185) is unknown color: approx Mamba. HEX triplet: 79, 61 and 85. RGB value is (121,97,133). Sum of RGB (Red+Green+Blue) = 121+97+133=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #796185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796185 is #869E7A. Grayscale: #6C6C6C. Windows color (decimal): -8822395 or 8741241. OLE color: 8741241.

HSL color Cylindrical-coordinate representation of color #796185: hue angle of 280º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796185 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12197133-
CMYK0.090.2700.48
HSL280º15.65%45.1%-
HSV(B)280º27.07%52.16%-
XYZ16.3914.3124.09-
YUV108.28141.95137.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=34.47%
G=27.64%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121971330.090.2700.4828015.6545.1
Hex79618591B030118102d
Octal17114120511330604302055
Binary1111001110000110000101100111011011000010001100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796185; }

 p { color: rgb(121,97,133); }

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

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

 a { background-color: rgb(121,97,133); }

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

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

 span { border-color: rgb(121,97,133); }

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