#74657C

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

Shades of Mamba #74657C

Tints of Mamba #74657C

Color information

#74657C (or 0x74657C) is unknown color: approx Mamba. HEX triplet: 74, 65 and 7C. RGB value is (116,101,124). Sum of RGB (Red+Green+Blue) = 116+101+124=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #74657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657C is #8B9A83. Grayscale: #6C6C6C. Windows color (decimal): -9149060 or 8152436. OLE color: 8152436.

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

Color convert

RGB116101124-
CMYK0.060.1900.51
HSL279.13º10.22%44.12%-
HSV(B)279.13º18.55%48.63%-
XYZ15.4914.4821.05-
YUV108.11136.97133.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=34.02%
G=29.62%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161011240.060.1900.51279.1310.2244.12
Hex74657C613033117a2c
Octal1641451746230634271254
Binary1110100110010111111001101001101100111000101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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