#75687E

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

Shades of Mamba #75687E

Tints of Mamba #75687E

Color information

#75687E (or 0x75687E) is unknown color: approx Mamba. HEX triplet: 75, 68 and 7E. RGB value is (117,104,126). Sum of RGB (Red+Green+Blue) = 117+104+126=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #75687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687E is #8A9781. Grayscale: #6E6E6E. Windows color (decimal): -9082754 or 8284277. OLE color: 8284277.

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

Color convert

RGB117104126-
CMYK0.070.1700.51
HSL275.45º9.57%45.1%-
HSV(B)275.45º17.46%49.41%-
XYZ16.0515.1921.82-
YUV110.4136.81132.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=33.72%
G=29.97%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171041260.070.1700.51275.459.5745.1
Hex75687E711033113a2d
Octal1651501767210634231255
Binary1110101110100011111101111000101100111000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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