#757277

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

Shades of Mamba #757277

Tints of Mamba #757277

Color information

#757277 (or 0x757277) is unknown color: approx Mamba. HEX triplet: 75, 72 and 77. RGB value is (117,114,119). Sum of RGB (Red+Green+Blue) = 117+114+119=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #757277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757277 is #8A8D88. Grayscale: #737373. Windows color (decimal): -9080201 or 7828085. OLE color: 7828085.

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

Color convert

RGB117114119-
CMYK0.020.0400.53
HSL276º2.15%45.69%-
HSV(B)276º4.2%46.67%-
XYZ16.6817.1519.88-
YUV115.47129.99129.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 119 (46.88% from 255) = 34%
R=33.43%
G=32.57%
B=34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171141190.020.0400.532762.1545.69
Hex7572772403511422e
Octal16516216724065424256
Binary11101011110010111011110100011010110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757277; }

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

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

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

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

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

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

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

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