Html Css Color HEX #71687B Mamba

📋 copy color: '#71687B'

red 113 ◦ green 104 ◦ blue 123

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

Shades of Mamba #71687B

Tints of Mamba #71687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 33.24%
G = 30.59%
B = 36.18%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71687B (or 0x71687B) is known color: Mamba. HEX triplet: 71, 68 and 7B. RGB value is (113,104,123). Sum of RGB (Red+Green+Blue) = 113+104+123=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #71687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687B is #8E9784. Grayscale: #6C6C6C. Windows color (decimal): -9344901 or 8087665. OLE color: 8087665.

HSL color Cylindrical-coordinate representation of color #71687B: hue angle of 268.42º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71687B is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 104 123 -
CMYK 0.08 0.15 0 0.52
HSL 268.42º 0.08% 0.45% -
HSV(B) 268.42º 0.15% 0.48% -
XYZ 15.34 14.84 20.8 -
YUV 108.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 113 104 123 0.08 0.15 0 0.52 268.42 0.08 0.45
Hex 71 68 7B 8 F 0 34 10C 8 2D
Octal 161 150 173 10 17 0 64 414 10 55
Binary 1110001 1101000 1111011 1000 1111 0 110100 100001100 1000 101101

Color Harmonies of #71687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71687B

Black with #71687B

Text Example


Text Example

White with #71687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71687B; }

 p { color: rgb(113,104,123); }

 H1.HeaderClassName
 {
   color: #71687B;
 }
 .AnyTagClassName
 {
   color: #71687B;
 }
</style>

background-color css

<style>
 a { background-color: #71687B; }

 a { background-color: rgb(113,104,123); }

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

border-color css

<style>
 span { border-color: #71687B; }

 span { border-color: rgb(113,104,123); }

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