#757279

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

Shades of Mamba #757279

Tints of Mamba #757279

Color information

#757279 (or 0x757279) is unknown color: approx Mamba. HEX triplet: 75, 72 and 79. RGB value is (117,114,121). Sum of RGB (Red+Green+Blue) = 117+114+121=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #757279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757279 is #8A8D86. Grayscale: #737373. Windows color (decimal): -9080199 or 7959157. OLE color: 7959157.

HSL color Cylindrical-coordinate representation of color #757279: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757279 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117114121-
CMYK0.030.0600.53
HSL265.71º2.98%46.08%-
HSV(B)265.71º5.79%47.45%-
XYZ16.817.220.52-
YUV115.69130.99128.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=33.24%
G=32.39%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171141210.030.0600.53265.712.9846.08
Hex7572793603510a32e
Octal16516217136065412356
Binary11101011110010111100111110011010110000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757279; }

 p { color: rgb(117,114,121); }

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

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

 a { background-color: rgb(117,114,121); }

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

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

 span { border-color: rgb(117,114,121); }

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