Html Css Color HEX #746B82 Mamba

📋 copy color: '#746B82'

red 116 ◦ green 107 ◦ blue 130

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

Shades of Mamba #746B82

Tints of Mamba #746B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 32.86%
G = 30.31%
B = 36.83%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746B82 (or 0x746B82) is known color: Mamba. HEX triplet: 74, 6B and 82. RGB value is (116,107,130). Sum of RGB (Red+Green+Blue) = 116+107+130=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #746B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B82 is #8B947D. Grayscale: #707070. Windows color (decimal): -9147518 or 8547188. OLE color: 8547188.

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

Color convert

RGB 116 107 130 -
CMYK 0.11 0.18 0 0.49
HSL 263.48º 0.1% 0.46% -
HSV(B) 263.48º 0.18% 0.51% -
XYZ 16.49 15.84 23.31 -
YUV 112.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 116 107 130 0.11 0.18 0 0.49 263.48 0.1 0.46
Hex 74 6B 82 B 12 0 31 107 A 2E
Octal 164 153 202 13 22 0 61 407 12 56
Binary 1110100 1101011 10000010 1011 10010 0 110001 100000111 1010 101110

Color Harmonies of #746B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B82

Black with #746B82

Text Example


Text Example

White with #746B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,130); }

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

background-color css

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

 a { background-color: rgb(116,107,130); }

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

border-color css

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

 span { border-color: rgb(116,107,130); }

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