#75687C

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

Shades of Mamba #75687C

Tints of Mamba #75687C

Color information

#75687C (or 0x75687C) is unknown color: approx Mamba. HEX triplet: 75, 68 and 7C. RGB value is (117,104,124). Sum of RGB (Red+Green+Blue) = 117+104+124=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #75687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687C is #8A9783. Grayscale: #6E6E6E. Windows color (decimal): -9082756 or 8153205. OLE color: 8153205.

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

Color convert

RGB117104124-
CMYK0.060.1600.51
HSL279º8.77%44.71%-
HSV(B)279º16.13%48.63%-
XYZ15.9215.1421.15-
YUV110.17135.81132.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=33.91%
G=30.14%
B=35.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171041240.060.1600.512798.7744.71
Hex75687C61003311792d
Octal1651501746200634271155
Binary1110101110100011111001101000001100111000101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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