Html Css Color HEX #71617F Mamba

📋 copy color: '#71617F'

red 113 ◦ green 97 ◦ blue 127

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

Shades of Mamba #71617F

Tints of Mamba #71617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 33.53%
G = 28.78%
B = 37.69%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71617F (or 0x71617F) is known color: Mamba. HEX triplet: 71, 61 and 7F. RGB value is (113,97,127). Sum of RGB (Red+Green+Blue) = 113+97+127=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #71617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71617F is #8E9E80. Grayscale: #696969. Windows color (decimal): -9346689 or 8348017. OLE color: 8348017.

HSL color Cylindrical-coordinate representation of color #71617F: hue angle of 272º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71617F is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 97 127 -
CMYK 0.11 0.24 0 0.50
HSL 272º 0.13% 0.44% -
HSV(B) 272º 0.24% 0.5% -
XYZ 14.92 13.59 21.92 -
YUV 105.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 113 97 127 0.11 0.24 0 0.50 272 0.13 0.44
Hex 71 61 7F B 18 0 32 110 D 2C
Octal 161 141 177 13 30 0 62 420 15 54
Binary 1110001 1100001 1111111 1011 11000 0 110010 100010000 1101 101100

Color Harmonies of #71617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71617F

Black with #71617F

Text Example


Text Example

White with #71617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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