Html Css Color HEX #756C79 Mamba

📋 copy color: '#756C79'

red 117 ◦ green 108 ◦ blue 121

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

Shades of Mamba #756C79

Tints of Mamba #756C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 33.82%
G = 31.21%
B = 34.97%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756C79 (or 0x756C79) is known color: Mamba. HEX triplet: 75, 6C and 79. RGB value is (117,108,121). Sum of RGB (Red+Green+Blue) = 117+108+121=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #756C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C79 is #8A9386. Grayscale: #707070. Windows color (decimal): -9081735 or 7957621. OLE color: 7957621.

HSL color Cylindrical-coordinate representation of color #756C79: hue angle of 281.54º 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 #756C79 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 108 121 -
CMYK 0.03 0.11 0 0.53
HSL 281.54º 0.06% 0.45% -
HSV(B) 281.54º 0.11% 0.47% -
XYZ 16.15 15.89 20.3 -
YUV 112.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 117 108 121 0.03 0.11 0 0.53 281.54 0.06 0.45
Hex 75 6C 79 3 B 0 35 11A 6 2D
Octal 165 154 171 3 13 0 65 432 6 55
Binary 1110101 1101100 1111001 11 1011 0 110101 100011010 110 101101

Color Harmonies of #756C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C79

Black with #756C79

Text Example


Text Example

White with #756C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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