Html Css Color HEX #71667E Mamba

📋 copy color: '#71667E'

red 113 ◦ green 102 ◦ blue 126

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

Shades of Mamba #71667E

Tints of Mamba #71667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 33.14%
G = 29.91%
B = 36.95%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71667E (or 0x71667E) is known color: Mamba. HEX triplet: 71, 66 and 7E. RGB value is (113,102,126). Sum of RGB (Red+Green+Blue) = 113+102+126=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #71667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71667E is #8E9981. Grayscale: #6B6B6B. Windows color (decimal): -9345410 or 8283761. OLE color: 8283761.

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

Color convert

RGB 113 102 126 -
CMYK 0.10 0.19 0 0.51
HSL 267.5º 0.11% 0.45% -
HSV(B) 267.5º 0.19% 0.49% -
XYZ 15.33 14.52 21.73 -
YUV 108.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 113 102 126 0.10 0.19 0 0.51 267.5 0.11 0.45
Hex 71 66 7E A 13 0 33 10C B 2D
Octal 161 146 176 12 23 0 63 414 13 55
Binary 1110001 1100110 1111110 1010 10011 0 110011 100001100 1011 101101

Color Harmonies of #71667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71667E

Black with #71667E

Text Example


Text Example

White with #71667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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