#74667C

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

Shades of Mamba #74667C

Tints of Mamba #74667C

Color information

#74667C (or 0x74667C) is unknown color: approx Mamba. HEX triplet: 74, 66 and 7C. RGB value is (116,102,124). Sum of RGB (Red+Green+Blue) = 116+102+124=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #74667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667C is #8B9983. Grayscale: #6C6C6C. Windows color (decimal): -9148804 or 8152692. OLE color: 8152692.

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

Color convert

RGB116102124-
CMYK0.060.1800.51
HSL278.18º9.73%44.31%-
HSV(B)278.18º17.74%48.63%-
XYZ15.5914.6721.08-
YUV108.69136.64133.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=33.92%
G=29.82%
B=36.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161021240.060.1800.51278.189.7344.31
Hex74667C612033116a2c
Octal1641461746220634261254
Binary1110100110011011111001101001001100111000101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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