Html Css Color HEX #71607E Mamba

📋 copy color: '#71607E'

red 113 ◦ green 96 ◦ blue 126

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

Shades of Mamba #71607E

Tints of Mamba #71607E

RGB

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

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

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

R = 33.73%
G = 28.66%
B = 37.61%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71607E (or 0x71607E) is known color: Mamba. HEX triplet: 71, 60 and 7E. RGB value is (113,96,126). Sum of RGB (Red+Green+Blue) = 113+96+126=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #71607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71607E is #8E9F81. Grayscale: #686868. Windows color (decimal): -9346946 or 8282225. OLE color: 8282225.

HSL color Cylindrical-coordinate representation of color #71607E: hue angle of 274º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71607E is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 96 126 -
CMYK 0.10 0.24 0 0.51
HSL 274º 0.14% 0.44% -
HSV(B) 274º 0.24% 0.49% -
XYZ 14.76 13.38 21.54 -
YUV 104.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 113 96 126 0.10 0.24 0 0.51 274 0.14 0.44
Hex 71 60 7E A 18 0 33 112 E 2C
Octal 161 140 176 12 30 0 63 422 16 54
Binary 1110001 1100000 1111110 1010 11000 0 110011 100010010 1110 101100

Color Harmonies of #71607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71607E

Black with #71607E

Text Example


Text Example

White with #71607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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