Html Css Color HEX #71677C Mamba

📋 copy color: '#71677C'

red 113 ◦ green 103 ◦ blue 124

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

Shades of Mamba #71677C

Tints of Mamba #71677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 33.24%
G = 30.29%
B = 36.47%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71677C (or 0x71677C) is known color: Mamba. HEX triplet: 71, 67 and 7C. RGB value is (113,103,124). Sum of RGB (Red+Green+Blue) = 113+103+124=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #71677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677C is #8E9883. Grayscale: #6C6C6C. Windows color (decimal): -9345156 or 8152945. OLE color: 8152945.

HSL color Cylindrical-coordinate representation of color #71677C: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71677C is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 103 124 -
CMYK 0.09 0.17 0 0.51
HSL 268.57º 0.09% 0.45% -
HSV(B) 268.57º 0.17% 0.49% -
XYZ 15.3 14.67 21.09 -
YUV 108.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 113 103 124 0.09 0.17 0 0.51 268.57 0.09 0.45
Hex 71 67 7C 9 11 0 33 10D 9 2D
Octal 161 147 174 11 21 0 63 415 11 55
Binary 1110001 1100111 1111100 1001 10001 0 110011 100001101 1001 101101

Color Harmonies of #71677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71677C

Black with #71677C

Text Example


Text Example

White with #71677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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