#75697D

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

Shades of Mamba #75697D

Tints of Mamba #75697D

Color information

#75697D (or 0x75697D) is unknown color: approx Mamba. HEX triplet: 75, 69 and 7D. RGB value is (117,105,125). Sum of RGB (Red+Green+Blue) = 117+105+125=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #75697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75697D is #8A9682. Grayscale: #6E6E6E. Windows color (decimal): -9082499 or 8218997. OLE color: 8218997.

HSL color Cylindrical-coordinate representation of color #75697D: hue angle of 276º 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 #75697D is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117105125-
CMYK0.060.1600.51
HSL276º8.7%45.1%-
HSV(B)276º16%49.02%-
XYZ16.0915.3721.52-
YUV110.87135.98132.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=33.72%
G=30.26%
B=36.02%

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
Decimal1171051250.060.1600.512768.745.1
Hex75697D61003311492d
Octal1651511756200634241155
Binary1110101110100111111011101000001100111000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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