#796285

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

Shades of Mamba #796285

Tints of Mamba #796285

Color information

#796285 (or 0x796285) is unknown color: approx Mamba. HEX triplet: 79, 62 and 85. RGB value is (121,98,133). Sum of RGB (Red+Green+Blue) = 121+98+133=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #796285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796285 is #869D7A. Grayscale: #6C6C6C. Windows color (decimal): -8822139 or 8741497. OLE color: 8741497.

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

Color convert

RGB12198133-
CMYK0.090.2600.48
HSL279.43º15.15%45.29%-
HSV(B)279.43º26.32%52.16%-
XYZ16.4914.4924.12-
YUV108.87141.62136.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=34.38%
G=27.84%
B=37.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121981330.090.2600.48279.4315.1545.29
Hex79628591A030117f2d
Octal17114220511320604271755
Binary111100111000101000010110011101001100001000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796285; }

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

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

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

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

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

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

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

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