Html Css Color HEX #71657E Mamba

📋 copy color: '#71657E'

red 113 ◦ green 101 ◦ blue 126

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

Shades of Mamba #71657E

Tints of Mamba #71657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 33.24%
G = 29.71%
B = 37.06%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71657E (or 0x71657E) is known color: Mamba. HEX triplet: 71, 65 and 7E. RGB value is (113,101,126). Sum of RGB (Red+Green+Blue) = 113+101+126=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #71657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71657E is #8E9A81. Grayscale: #6B6B6B. Windows color (decimal): -9345666 or 8283505. OLE color: 8283505.

HSL color Cylindrical-coordinate representation of color #71657E: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71657E is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 101 126 -
CMYK 0.10 0.20 0 0.51
HSL 268.8º 0.11% 0.45% -
HSV(B) 268.8º 0.2% 0.49% -
XYZ 15.23 14.32 21.7 -
YUV 107.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 113 101 126 0.10 0.20 0 0.51 268.8 0.11 0.45
Hex 71 65 7E A 14 0 33 10D B 2D
Octal 161 145 176 12 24 0 63 415 13 55
Binary 1110001 1100101 1111110 1010 10100 0 110011 100001101 1011 101101

Color Harmonies of #71657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71657E

Black with #71657E

Text Example


Text Example

White with #71657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71657E; }

 p { color: rgb(113,101,126); }

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

background-color css

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

 a { background-color: rgb(113,101,126); }

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

border-color css

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

 span { border-color: rgb(113,101,126); }

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