Html Css Color HEX #716C75 Mamba

📋 copy color: '#716C75'

red 113 ◦ green 108 ◦ blue 117

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

Shades of Mamba #716C75

Tints of Mamba #716C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 33.43%
G = 31.95%
B = 34.62%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716C75 (or 0x716C75) is known color: Mamba. HEX triplet: 71, 6C and 75. RGB value is (113,108,117). Sum of RGB (Red+Green+Blue) = 113+108+117=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #716C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C75 is #8E938A. Grayscale: #6E6E6E. Windows color (decimal): -9343883 or 7695473. OLE color: 7695473.

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

Color convert

RGB 113 108 117 -
CMYK 0.03 0.08 0 0.54
HSL 273.33º 0.04% 0.44% -
HSV(B) 273.33º 0.08% 0.46% -
XYZ 15.38 15.52 19.01 -
YUV 110.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 113 108 117 0.03 0.08 0 0.54 273.33 0.04 0.44
Hex 71 6C 75 3 8 0 36 111 4 2C
Octal 161 154 165 3 10 0 66 421 4 54
Binary 1110001 1101100 1110101 11 1000 0 110110 100010001 100 101100

Color Harmonies of #716C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C75

Black with #716C75

Text Example


Text Example

White with #716C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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