#74697D

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

Shades of Mamba #74697D

Tints of Mamba #74697D

Color information

#74697D (or 0x74697D) is unknown color: approx Mamba. HEX triplet: 74, 69 and 7D. RGB value is (116,105,125). Sum of RGB (Red+Green+Blue) = 116+105+125=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #74697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74697D is #8B9682. Grayscale: #6E6E6E. Windows color (decimal): -9148035 or 8218996. OLE color: 8218996.

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

Color convert

RGB116105125-
CMYK0.070.1600.51
HSL273º8.7%45.1%-
HSV(B)273º16%49.02%-
XYZ15.9615.321.51-
YUV110.57136.14131.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=33.53%
G=30.35%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161051250.070.1600.512738.745.1
Hex74697D71003311192d
Octal1641511757200634211155
Binary1110100110100111111011111000001100111000100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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