Html Css Color HEX #756E79 Mamba

📋 copy color: '#756E79'

red 117 ◦ green 110 ◦ blue 121

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

Shades of Mamba #756E79

Tints of Mamba #756E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 33.62%
G = 31.61%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756E79 (or 0x756E79) is known color: Mamba. HEX triplet: 75, 6E and 79. RGB value is (117,110,121). Sum of RGB (Red+Green+Blue) = 117+110+121=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 121 - color contains mainly: blue. Hex color #756E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E79 is #8A9186. Grayscale: #717171. Windows color (decimal): -9081223 or 7958133. OLE color: 7958133.

HSL color Cylindrical-coordinate representation of color #756E79: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756E79 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 110 121 -
CMYK 0.03 0.09 0 0.53
HSL 278.18º 0.05% 0.45% -
HSV(B) 278.18º 0.09% 0.47% -
XYZ 16.36 16.31 20.38 -
YUV 113.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 117 110 121 0.03 0.09 0 0.53 278.18 0.05 0.45
Hex 75 6E 79 3 9 0 35 116 5 2D
Octal 165 156 171 3 11 0 65 426 5 55
Binary 1110101 1101110 1111001 11 1001 0 110101 100010110 101 101101

Color Harmonies of #756E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E79

Black with #756E79

Text Example


Text Example

White with #756E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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