Html Css Color HEX #74647E Mamba

📋 copy color: '#74647E'

red 116 ◦ green 100 ◦ blue 126

#74647E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #74647E

Tints of Mamba #74647E

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 33.92%
G = 29.24%
B = 36.84%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74647E (or 0x74647E) is known color: Mamba. HEX triplet: 74, 64 and 7E. RGB value is (116,100,126). Sum of RGB (Red+Green+Blue) = 116+100+126=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #74647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647E is #8B9B81. Grayscale: #6B6B6B. Windows color (decimal): -9149314 or 8283252. OLE color: 8283252.

HSL color Cylindrical-coordinate representation of color #74647E: hue angle of 276.92º 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 #74647E is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 100 126 -
CMYK 0.08 0.21 0 0.51
HSL 276.92º 0.12% 0.44% -
HSV(B) 276.92º 0.21% 0.49% -
XYZ 15.53 14.33 21.69 -
YUV 107.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 116 100 126 0.08 0.21 0 0.51 276.92 0.12 0.44
Hex 74 64 7E 8 15 0 33 115 C 2C
Octal 164 144 176 10 25 0 63 425 14 54
Binary 1110100 1100100 1111110 1000 10101 0 110011 100010101 1100 101100

Color Harmonies of #74647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74647E

Black with #74647E

Text Example


Text Example

White with #74647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74647E; }

 p { color: rgb(116,100,126); }

 H1.HeaderClassName
 {
   color: #74647E;
 }
 .AnyTagClassName
 {
   color: #74647E;
 }
</style>

background-color css

<style>
 a { background-color: #74647E; }

 a { background-color: rgb(116,100,126); }

 div.DivClassName
 {
   background-color: #74647E;
 }
 .BgClassName
 {
   background-color: #74647E;
 }
</style>

border-color css

<style>
 span { border-color: #74647E; }

 span { border-color: rgb(116,100,126); }

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