#75637E

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

Shades of Mamba #75637E

Tints of Mamba #75637E

Color information

#75637E (or 0x75637E) is unknown color: approx Mamba. HEX triplet: 75, 63 and 7E. RGB value is (117,99,126). Sum of RGB (Red+Green+Blue) = 117+99+126=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #75637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637E is #8A9C81. Grayscale: #6B6B6B. Windows color (decimal): -9084034 or 8282997. OLE color: 8282997.

HSL color Cylindrical-coordinate representation of color #75637E: hue angle of 280º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75637E is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11799126-
CMYK0.070.2100.51
HSL280º12%44.12%-
HSV(B)280º21.43%49.41%-
XYZ15.5614.2121.66-
YUV107.46138.46134.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=34.21%
G=28.95%
B=36.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117991260.070.2100.512801244.12
Hex75637E715033118c2c
Octal1651431767250634301454
Binary1110101110001111111101111010101100111000110001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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