#75637F

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

Shades of Mamba #75637F

Tints of Mamba #75637F

Color information

#75637F (or 0x75637F) is unknown color: approx Mamba. HEX triplet: 75, 63 and 7F. RGB value is (117,99,127). Sum of RGB (Red+Green+Blue) = 117+99+127=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #75637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637F is #8A9C80. Grayscale: #6B6B6B. Windows color (decimal): -9084033 or 8348533. OLE color: 8348533.

HSL color Cylindrical-coordinate representation of color #75637F: hue angle of 278.57º 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 #75637F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11799127-
CMYK0.080.2200.50
HSL278.57º12.39%44.31%-
HSV(B)278.57º22.05%49.8%-
XYZ15.6314.2422-
YUV107.57138.96134.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 127 (50% from 255) = 37.03%
R=34.11%
G=28.86%
B=37.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117991270.080.2200.50278.5712.3944.31
Hex75637F816032117c2c
Octal16514317710260624271454
Binary11101011100011111111110001011001100101000101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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