Html Css Color HEX #746181 Mamba

📋 copy color: '#746181'

red 116 ◦ green 97 ◦ blue 129

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

Shades of Mamba #746181

Tints of Mamba #746181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 33.92%
G = 28.36%
B = 37.72%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746181 (or 0x746181) is known color: Mamba. HEX triplet: 74, 61 and 81. RGB value is (116,97,129). Sum of RGB (Red+Green+Blue) = 116+97+129=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #746181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746181 is #8B9E7E. Grayscale: #6A6A6A. Windows color (decimal): -9150079 or 8479092. OLE color: 8479092.

HSL color Cylindrical-coordinate representation of color #746181: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746181 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 97 129 -
CMYK 0.10 0.25 0 0.49
HSL 275.63º 0.14% 0.44% -
HSV(B) 275.63º 0.25% 0.51% -
XYZ 15.44 13.85 22.63 -
YUV 106.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 116 97 129 0.10 0.25 0 0.49 275.63 0.14 0.44
Hex 74 61 81 A 19 0 31 114 E 2C
Octal 164 141 201 12 31 0 61 424 16 54
Binary 1110100 1100001 10000001 1010 11001 0 110001 100010100 1110 101100

Color Harmonies of #746181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746181

Black with #746181

Text Example


Text Example

White with #746181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746181; }

 p { color: rgb(116,97,129); }

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

background-color css

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

 a { background-color: rgb(116,97,129); }

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

border-color css

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

 span { border-color: rgb(116,97,129); }

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