Html Css Color HEX #715F82 Mamba

📋 copy color: '#715F82'

red 113 ◦ green 95 ◦ blue 130

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

Shades of Mamba #715F82

Tints of Mamba #715F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 33.43%
G = 28.11%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715F82 (or 0x715F82) is known color: Mamba. HEX triplet: 71, 5F and 82. RGB value is (113,95,130). Sum of RGB (Red+Green+Blue) = 113+95+130=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #715F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F82 is #8EA07D. Grayscale: #686868. Windows color (decimal): -9347198 or 8544113. OLE color: 8544113.

HSL color Cylindrical-coordinate representation of color #715F82: hue angle of 270.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715F82 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 95 130 -
CMYK 0.13 0.27 0 0.49
HSL 270.86º 0.16% 0.44% -
HSV(B) 270.86º 0.27% 0.51% -
XYZ 14.93 13.31 22.9 -
YUV 104.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 113 95 130 0.13 0.27 0 0.49 270.86 0.16 0.44
Hex 71 5F 82 D 1B 0 31 10F 10 2C
Octal 161 137 202 15 33 0 61 417 20 54
Binary 1110001 1011111 10000010 1101 11011 0 110001 100001111 10000 101100

Color Harmonies of #715F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F82

Black with #715F82

Text Example


Text Example

White with #715F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F82; }

 p { color: rgb(113,95,130); }

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

background-color css

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

 a { background-color: rgb(113,95,130); }

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

border-color css

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

 span { border-color: rgb(113,95,130); }

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