#75677C

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

Shades of Mamba #75677C

Tints of Mamba #75677C

Color information

#75677C (or 0x75677C) is unknown color: approx Mamba. HEX triplet: 75, 67 and 7C. RGB value is (117,103,124). Sum of RGB (Red+Green+Blue) = 117+103+124=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #75677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75677C is #8A9883. Grayscale: #6D6D6D. Windows color (decimal): -9083012 or 8152949. OLE color: 8152949.

HSL color Cylindrical-coordinate representation of color #75677C: hue angle of 280º degrees, saturation: 0.09, 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 #75677C is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117103124-
CMYK0.060.1700.51
HSL280º9.25%44.51%-
HSV(B)280º16.94%48.63%-
XYZ15.8214.9421.12-
YUV109.58136.14133.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=34.01%
G=29.94%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171031240.060.1700.512809.2544.51
Hex75677C61103311892d
Octal1651471746210634301155
Binary1110101110011111111001101000101100111000110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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