#76637F

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

Shades of Mamba #76637F

Tints of Mamba #76637F

Color information

#76637F (or 0x76637F) is unknown color: approx Mamba. HEX triplet: 76, 63 and 7F. RGB value is (118,99,127). Sum of RGB (Red+Green+Blue) = 118+99+127=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #76637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76637F is #899C80. Grayscale: #6B6B6B. Windows color (decimal): -9018497 or 8348534. OLE color: 8348534.

HSL color Cylindrical-coordinate representation of color #76637F: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76637F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11899127-
CMYK0.070.2200.50
HSL280.71º12.39%44.31%-
HSV(B)280.71º22.05%49.8%-
XYZ15.7614.3122.01-
YUV107.87138.79135.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 127 (50% from 255) = 36.92%
R=34.30%
G=28.78%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118991270.070.2200.50280.7112.3944.31
Hex76637F716032119c2c
Octal1661431777260624311454
Binary1110110110001111111111111011001100101000110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76637F; }

 p { color: rgb(118,99,127); }

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

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

 a { background-color: rgb(118,99,127); }

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

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

 span { border-color: rgb(118,99,127); }

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