Html Css Color HEX #71677F Mamba

📋 copy color: '#71677F'

red 113 ◦ green 103 ◦ blue 127

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

Shades of Mamba #71677F

Tints of Mamba #71677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 32.94%
G = 30.03%
B = 37.03%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71677F (or 0x71677F) is known color: Mamba. HEX triplet: 71, 67 and 7F. RGB value is (113,103,127). Sum of RGB (Red+Green+Blue) = 113+103+127=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #71677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677F is #8E9880. Grayscale: #6C6C6C. Windows color (decimal): -9345153 or 8349553. OLE color: 8349553.

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

Color convert

RGB 113 103 127 -
CMYK 0.11 0.19 0 0.50
HSL 265º 0.1% 0.45% -
HSV(B) 265º 0.19% 0.5% -
XYZ 15.49 14.74 22.11 -
YUV 108.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 113 103 127 0.11 0.19 0 0.50 265 0.1 0.45
Hex 71 67 7F B 13 0 32 109 A 2D
Octal 161 147 177 13 23 0 62 411 12 55
Binary 1110001 1100111 1111111 1011 10011 0 110010 100001001 1010 101101

Color Harmonies of #71677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71677F

Black with #71677F

Text Example


Text Example

White with #71677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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