Html Css Color HEX #716B78 Mamba

📋 copy color: '#716B78'

red 113 ◦ green 107 ◦ blue 120

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

Shades of Mamba #716B78

Tints of Mamba #716B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 33.24%
G = 31.47%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716B78 (or 0x716B78) is known color: Mamba. HEX triplet: 71, 6B and 78. RGB value is (113,107,120). Sum of RGB (Red+Green+Blue) = 113+107+120=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #716B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B78 is #8E9487. Grayscale: #6E6E6E. Windows color (decimal): -9344136 or 7891825. OLE color: 7891825.

HSL color Cylindrical-coordinate representation of color #716B78: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716B78 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 107 120 -
CMYK 0.06 0.11 0 0.53
HSL 267.69º 0.06% 0.45% -
HSV(B) 267.69º 0.11% 0.47% -
XYZ 15.46 15.38 19.92 -
YUV 110.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 113 107 120 0.06 0.11 0 0.53 267.69 0.06 0.45
Hex 71 6B 78 6 B 0 35 10C 6 2D
Octal 161 153 170 6 13 0 65 414 6 55
Binary 1110001 1101011 1111000 110 1011 0 110101 100001100 110 101101

Color Harmonies of #716B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B78

Black with #716B78

Text Example


Text Example

White with #716B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B78; }

 p { color: rgb(113,107,120); }

 H1.HeaderClassName
 {
   color: #716B78;
 }
 .AnyTagClassName
 {
   color: #716B78;
 }
</style>

background-color css

<style>
 a { background-color: #716B78; }

 a { background-color: rgb(113,107,120); }

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

border-color css

<style>
 span { border-color: #716B78; }

 span { border-color: rgb(113,107,120); }

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