#757476

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

Shades of Mamba #757476

Tints of Mamba #757476

Color information

#757476 (or 0x757476) is unknown color: approx Mamba. HEX triplet: 75, 74 and 76. RGB value is (117,116,118). Sum of RGB (Red+Green+Blue) = 117+116+118=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 118 - color contains mainly: blue. Hex color #757476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757476 is #8A8B89. Grayscale: #747474. Windows color (decimal): -9079690 or 7763061. OLE color: 7763061.

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

Color convert

RGB117116118-
CMYK0.010.0200.54
HSL270º0.85%45.88%-
HSV(B)270º1.69%46.27%-
XYZ16.8517.5819.64-
YUV116.53128.83128.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=33.33%
G=33.05%
B=33.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171161180.010.0200.542700.8545.88
Hex7574761203610e12e
Octal16516416612066416156
Binary11101011110100111011011001101101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757476; }

 p { color: rgb(117,116,118); }

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

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

 a { background-color: rgb(117,116,118); }

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

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

 span { border-color: rgb(117,116,118); }

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