Html Css Color HEX #716181 Mamba

📋 copy color: '#716181'

red 113 ◦ green 97 ◦ blue 129

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

Shades of Mamba #716181

Tints of Mamba #716181

RGB

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

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

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

R = 33.33%
G = 28.61%
B = 38.05%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716181 (or 0x716181) is known color: Mamba. HEX triplet: 71, 61 and 81. RGB value is (113,97,129). Sum of RGB (Red+Green+Blue) = 113+97+129=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #716181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716181 is #8E9E7E. Grayscale: #696969. Windows color (decimal): -9346687 or 8479089. OLE color: 8479089.

HSL color Cylindrical-coordinate representation of color #716181: hue angle of 270º 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 #716181 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 97 129 -
CMYK 0.12 0.25 0 0.49
HSL 270º 0.14% 0.44% -
HSV(B) 270º 0.25% 0.51% -
XYZ 15.05 13.65 22.61 -
YUV 105.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 113 97 129 0.12 0.25 0 0.49 270 0.14 0.44
Hex 71 61 81 C 19 0 31 10E E 2C
Octal 161 141 201 14 31 0 61 416 16 54
Binary 1110001 1100001 10000001 1100 11001 0 110001 100001110 1110 101100

Color Harmonies of #716181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716181

Black with #716181

Text Example


Text Example

White with #716181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716181; }

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

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

background-color css

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

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

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

border-color css

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

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

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