#757078

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

Shades of Mamba #757078

Tints of Mamba #757078

Color information

#757078 (or 0x757078) is unknown color: approx Mamba. HEX triplet: 75, 70 and 78. RGB value is (117,112,120). Sum of RGB (Red+Green+Blue) = 117+112+120=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #757078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757078 is #8A8F87. Grayscale: #727272. Windows color (decimal): -9080712 or 7893109. OLE color: 7893109.

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

Color convert

RGB117112120-
CMYK0.020.0700.53
HSL277.5º3.45%45.49%-
HSV(B)277.5º6.67%47.06%-
XYZ16.5216.7320.13-
YUV114.41131.16129.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=33.52%
G=32.09%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171121200.020.0700.53277.53.4545.49
Hex7570782703511632d
Octal16516017027065426355
Binary11101011110000111100010111011010110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757078; }

 p { color: rgb(117,112,120); }

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

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

 a { background-color: rgb(117,112,120); }

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

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

 span { border-color: rgb(117,112,120); }

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