Html Css Color HEX #716B75 Mamba

📋 copy color: '#716B75'

red 113 ◦ green 107 ◦ blue 117

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

Shades of Mamba #716B75

Tints of Mamba #716B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 33.53%
G = 31.75%
B = 34.72%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716B75 (or 0x716B75) is known color: Mamba. HEX triplet: 71, 6B and 75. RGB value is (113,107,117). Sum of RGB (Red+Green+Blue) = 113+107+117=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #716B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B75 is #8E948A. Grayscale: #6D6D6D. Windows color (decimal): -9344139 or 7695217. OLE color: 7695217.

HSL color Cylindrical-coordinate representation of color #716B75: hue angle of 276º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #716B75 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 107 117 -
CMYK 0.03 0.09 0 0.54
HSL 276º 0.04% 0.44% -
HSV(B) 276º 0.09% 0.46% -
XYZ 15.28 15.31 18.98 -
YUV 109.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 113 107 117 0.03 0.09 0 0.54 276 0.04 0.44
Hex 71 6B 75 3 9 0 36 114 4 2C
Octal 161 153 165 3 11 0 66 424 4 54
Binary 1110001 1101011 1110101 11 1001 0 110110 100010100 100 101100

Color Harmonies of #716B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B75

Black with #716B75

Text Example


Text Example

White with #716B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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