Html Css Color HEX #71677E Mamba

📋 copy color: '#71677E'

red 113 ◦ green 103 ◦ blue 126

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

Shades of Mamba #71677E

Tints of Mamba #71677E

RGB

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

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

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

R = 33.04%
G = 30.12%
B = 36.84%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71677E (or 0x71677E) is known color: Mamba. HEX triplet: 71, 67 and 7E. RGB value is (113,103,126). Sum of RGB (Red+Green+Blue) = 113+103+126=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #71677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677E is #8E9881. Grayscale: #6C6C6C. Windows color (decimal): -9345154 or 8284017. OLE color: 8284017.

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

Color convert

RGB 113 103 126 -
CMYK 0.10 0.18 0 0.51
HSL 266.09º 0.1% 0.45% -
HSV(B) 266.09º 0.18% 0.49% -
XYZ 15.43 14.72 21.77 -
YUV 108.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 113 103 126 0.10 0.18 0 0.51 266.09 0.1 0.45
Hex 71 67 7E A 12 0 33 10A A 2D
Octal 161 147 176 12 22 0 63 412 12 55
Binary 1110001 1100111 1111110 1010 10010 0 110011 100001010 1010 101101

Color Harmonies of #71677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71677E

Black with #71677E

Text Example


Text Example

White with #71677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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