Html Css Color HEX #716481 Mamba

📋 copy color: '#716481'

red 113 ◦ green 100 ◦ blue 129

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

Shades of Mamba #716481

Tints of Mamba #716481

RGB

 RED value IS 113 (44.53% from 255) = 33.04%

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

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

R = 33.04%
G = 29.24%
B = 37.72%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716481 (or 0x716481) is known color: Mamba. HEX triplet: 71, 64 and 81. RGB value is (113,100,129). Sum of RGB (Red+Green+Blue) = 113+100+129=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 100 (39.45% from 255 or 29.24% 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 #716481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716481 is #8E9B7E. Grayscale: #6B6B6B. Windows color (decimal): -9345919 or 8479857. OLE color: 8479857.

HSL color Cylindrical-coordinate representation of color #716481: hue angle of 266.9º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716481 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 100 129 -
CMYK 0.12 0.22 0 0.49
HSL 266.9º 0.13% 0.45% -
HSV(B) 266.9º 0.22% 0.51% -
XYZ 15.33 14.21 22.7 -
YUV 107.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 113 100 129 0.12 0.22 0 0.49 266.9 0.13 0.45
Hex 71 64 81 C 16 0 31 10B D 2D
Octal 161 144 201 14 26 0 61 413 15 55
Binary 1110001 1100100 10000001 1100 10110 0 110001 100001011 1101 101101

Color Harmonies of #716481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716481

Black with #716481

Text Example


Text Example

White with #716481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716481; }

 p { color: rgb(113,100,129); }

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

background-color css

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

 a { background-color: rgb(113,100,129); }

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

border-color css

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

 span { border-color: rgb(113,100,129); }

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