#74637D

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

Shades of Mamba #74637D

Tints of Mamba #74637D

Color information

#74637D (or 0x74637D) is unknown color: approx Mamba. HEX triplet: 74, 63 and 7D. RGB value is (116,99,125). Sum of RGB (Red+Green+Blue) = 116+99+125=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #74637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637D is #8B9C82. Grayscale: #6A6A6A. Windows color (decimal): -9149571 or 8217460. OLE color: 8217460.

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

Color convert

RGB11699125-
CMYK0.070.2100.51
HSL279.23º11.61%43.92%-
HSV(B)279.23º20.8%49.02%-
XYZ15.3714.1221.32-
YUV107.05138.13134.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=34.12%
G=29.12%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116991250.070.2100.51279.2311.6143.92
Hex74637D715033117c2c
Octal1641431757250634271454
Binary1110100110001111111011111010101100111000101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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