Html Css Color HEX #716081 Mamba

📋 copy color: '#716081'

red 113 ◦ green 96 ◦ blue 129

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

Shades of Mamba #716081

Tints of Mamba #716081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 33.43%
G = 28.4%
B = 38.17%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#716081 (or 0x716081) is known color: Mamba. HEX triplet: 71, 60 and 81. RGB value is (113,96,129). Sum of RGB (Red+Green+Blue) = 113+96+129=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #716081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716081 is #8E9F7E. Grayscale: #686868. Windows color (decimal): -9346943 or 8478833. OLE color: 8478833.

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

Color convert

RGB 113 96 129 -
CMYK 0.12 0.26 0 0.49
HSL 270.91º 0.15% 0.44% -
HSV(B) 270.91º 0.26% 0.51% -
XYZ 14.96 13.46 22.58 -
YUV 104.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 113 96 129 0.12 0.26 0 0.49 270.91 0.15 0.44
Hex 71 60 81 C 1A 0 31 10F F 2C
Octal 161 140 201 14 32 0 61 417 17 54
Binary 1110001 1100000 10000001 1100 11010 0 110001 100001111 1111 101100

Color Harmonies of #716081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716081

Black with #716081

Text Example


Text Example

White with #716081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716081; }

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

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

background-color css

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

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

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

border-color css

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

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

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