#74657D

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

Shades of Mamba #74657D

Tints of Mamba #74657D

Color information

#74657D (or 0x74657D) is unknown color: approx Mamba. HEX triplet: 74, 65 and 7D. RGB value is (116,101,125). Sum of RGB (Red+Green+Blue) = 116+101+125=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #74657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657D is #8B9A82. Grayscale: #6C6C6C. Windows color (decimal): -9149059 or 8217972. OLE color: 8217972.

HSL color Cylindrical-coordinate representation of color #74657D: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74657D is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB116101125-
CMYK0.070.1900.51
HSL277.5º10.62%44.31%-
HSV(B)277.5º19.2%49.02%-
XYZ15.5614.521.38-
YUV108.22137.47133.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=33.92%
G=29.53%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161011250.070.1900.51277.510.6244.31
Hex74657D713033116b2c
Octal1641451757230634261354
Binary1110100110010111111011111001101100111000101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,101,125); }

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

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

 a { background-color: rgb(116,101,125); }

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

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

 span { border-color: rgb(116,101,125); }

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