#74687D

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

Shades of Mamba #74687D

Tints of Mamba #74687D

Color information

#74687D (or 0x74687D) is unknown color: approx Mamba. HEX triplet: 74, 68 and 7D. RGB value is (116,104,125). Sum of RGB (Red+Green+Blue) = 116+104+125=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #74687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74687D is #8B9782. Grayscale: #6D6D6D. Windows color (decimal): -9148291 or 8218740. OLE color: 8218740.

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

Color convert

RGB116104125-
CMYK0.070.1700.51
HSL274.29º9.17%44.9%-
HSV(B)274.29º16.8%49.02%-
XYZ15.8515.0921.48-
YUV109.98136.48132.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=33.62%
G=30.14%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161041250.070.1700.51274.299.1744.9
Hex74687D71103311292d
Octal1641501757210634221155
Binary1110100110100011111011111000101100111000100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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