#75677D

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

Shades of Mamba #75677D

Tints of Mamba #75677D

Color information

#75677D (or 0x75677D) is unknown color: approx Mamba. HEX triplet: 75, 67 and 7D. RGB value is (117,103,125). Sum of RGB (Red+Green+Blue) = 117+103+125=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #75677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75677D is #8A9882. Grayscale: #6D6D6D. Windows color (decimal): -9083011 or 8218485. OLE color: 8218485.

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

Color convert

RGB117103125-
CMYK0.060.1800.51
HSL278.18º9.65%44.71%-
HSV(B)278.18º17.6%49.02%-
XYZ15.8914.9621.45-
YUV109.69136.64133.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=33.91%
G=29.86%
B=36.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171031250.060.1800.51278.189.6544.71
Hex75677D612033116a2d
Octal1651471756220634261255
Binary1110101110011111111011101001001100111000101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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