#74667D

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

Shades of Mamba #74667D

Tints of Mamba #74667D

Color information

#74667D (or 0x74667D) is unknown color: approx Mamba. HEX triplet: 74, 66 and 7D. RGB value is (116,102,125). Sum of RGB (Red+Green+Blue) = 116+102+125=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #74667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667D is #8B9982. Grayscale: #6C6C6C. Windows color (decimal): -9148803 or 8218228. OLE color: 8218228.

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

Color convert

RGB116102125-
CMYK0.070.1800.51
HSL276.52º10.13%44.51%-
HSV(B)276.52º18.4%49.02%-
XYZ15.6614.721.41-
YUV108.81137.14133.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=33.82%
G=29.74%
B=36.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161021250.070.1800.51276.5210.1344.51
Hex74667D712033115a2d
Octal1641461757220634251255
Binary1110100110011011111011111001001100111000101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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