Html Css Color HEX #71687C Mamba

📋 copy color: '#71687C'

red 113 ◦ green 104 ◦ blue 124

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

Shades of Mamba #71687C

Tints of Mamba #71687C

RGB

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

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

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

R = 33.14%
G = 30.5%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71687C (or 0x71687C) is known color: Mamba. HEX triplet: 71, 68 and 7C. RGB value is (113,104,124). Sum of RGB (Red+Green+Blue) = 113+104+124=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #71687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687C is #8E9783. Grayscale: #6C6C6C. Windows color (decimal): -9344900 or 8153201. OLE color: 8153201.

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

Color convert

RGB 113 104 124 -
CMYK 0.09 0.16 0 0.51
HSL 267º 0.09% 0.45% -
HSV(B) 267º 0.16% 0.49% -
XYZ 15.4 14.87 21.13 -
YUV 108.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 113 104 124 0.09 0.16 0 0.51 267 0.09 0.45
Hex 71 68 7C 9 10 0 33 10B 9 2D
Octal 161 150 174 11 20 0 63 413 11 55
Binary 1110001 1101000 1111100 1001 10000 0 110011 100001011 1001 101101

Color Harmonies of #71687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71687C

Black with #71687C

Text Example


Text Example

White with #71687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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