Html Css Color HEX #757376 Mamba

📋 copy color: '#757376'

red 117 ◦ green 115 ◦ blue 118

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

Shades of Mamba #757376

Tints of Mamba #757376

RGB

 RED value IS 117 (46.09% from 255) = 33.43%

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 33.43%
G = 32.86%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#757376 (or 0x757376) is known color: Mamba. HEX triplet: 75, 73 and 76. RGB value is (117,115,118). Sum of RGB (Red+Green+Blue) = 117+115+118=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: blue. Hex color #757376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757376 is #8A8C89. Grayscale: #737373. Windows color (decimal): -9079946 or 7762805. OLE color: 7762805.

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

Color convert

RGB 117 115 118 -
CMYK 0.01 0.03 0 0.54
HSL 280º 0.01% 0.46% -
HSV(B) 280º 0.03% 0.46% -
XYZ 16.74 17.35 19.61 -
YUV 115.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 117 115 118 0.01 0.03 0 0.54 280 0.01 0.46
Hex 75 73 76 1 3 0 36 118 1 2E
Octal 165 163 166 1 3 0 66 430 1 56
Binary 1110101 1110011 1110110 1 11 0 110110 100011000 1 101110

Color Harmonies of #757376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757376

Black with #757376

Text Example


Text Example

White with #757376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757376; }

 p { color: rgb(117,115,118); }

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

background-color css

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

 a { background-color: rgb(117,115,118); }

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

border-color css

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

 span { border-color: rgb(117,115,118); }

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