Html Css Color HEX #746D7E Mamba

📋 copy color: '#746D7E'

red 116 ◦ green 109 ◦ blue 126

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

Shades of Mamba #746D7E

Tints of Mamba #746D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 33.05%
G = 31.05%
B = 35.9%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#746D7E (or 0x746D7E) is known color: Mamba. HEX triplet: 74, 6D and 7E. RGB value is (116,109,126). Sum of RGB (Red+Green+Blue) = 116+109+126=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #746D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D7E is #8B9281. Grayscale: #707070. Windows color (decimal): -9147010 or 8285556. OLE color: 8285556.

HSL color Cylindrical-coordinate representation of color #746D7E: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746D7E is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 109 126 -
CMYK 0.08 0.13 0 0.51
HSL 264.71º 0.07% 0.46% -
HSV(B) 264.71º 0.13% 0.49% -
XYZ 16.44 16.16 21.99 -
YUV 113.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 116 109 126 0.08 0.13 0 0.51 264.71 0.07 0.46
Hex 74 6D 7E 8 D 0 33 109 7 2E
Octal 164 155 176 10 15 0 63 411 7 56
Binary 1110100 1101101 1111110 1000 1101 0 110011 100001001 111 101110

Color Harmonies of #746D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D7E

Black with #746D7E

Text Example


Text Example

White with #746D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746D7E; }

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

 H1.HeaderClassName
 {
   color: #746D7E;
 }
 .AnyTagClassName
 {
   color: #746D7E;
 }
</style>

background-color css

<style>
 a { background-color: #746D7E; }

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

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

border-color css

<style>
 span { border-color: #746D7E; }

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

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