#75647F

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

Shades of Mamba #75647F

Tints of Mamba #75647F

Color information

#75647F (or 0x75647F) is unknown color: approx Mamba. HEX triplet: 75, 64 and 7F. RGB value is (117,100,127). Sum of RGB (Red+Green+Blue) = 117+100+127=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #75647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647F is #8A9B80. Grayscale: #6C6C6C. Windows color (decimal): -9083777 or 8348789. OLE color: 8348789.

HSL color Cylindrical-coordinate representation of color #75647F: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75647F is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB117100127-
CMYK0.080.2100.50
HSL277.78º11.89%44.51%-
HSV(B)277.78º21.26%49.8%-
XYZ15.7214.4322.03-
YUV108.16138.63134.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 127 (50% from 255) = 36.92%
R=34.01%
G=29.07%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171001270.080.2100.50277.7811.8944.51
Hex75647F815032116c2d
Octal16514417710250624261455
Binary11101011100100111111110001010101100101000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75647F; }

 p { color: rgb(117,100,127); }

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

<style>
 a { background-color: #75647F; }

 a { background-color: rgb(117,100,127); }

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

<style>
 span { border-color: #75647F; }

 span { border-color: rgb(117,100,127); }

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