Html Css Color HEX #756F79 Mamba

📋 copy color: '#756F79'

red 117 ◦ green 111 ◦ blue 121

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

Shades of Mamba #756F79

Tints of Mamba #756F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 33.52%
G = 31.81%
B = 34.67%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756F79 (or 0x756F79) is known color: Mamba. HEX triplet: 75, 6F and 79. RGB value is (117,111,121). Sum of RGB (Red+Green+Blue) = 117+111+121=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #756F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F79 is #8A9086. Grayscale: #717171. Windows color (decimal): -9080967 or 7958389. OLE color: 7958389.

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

Color convert

RGB 117 111 121 -
CMYK 0.03 0.08 0 0.53
HSL 276º 0.04% 0.45% -
HSV(B) 276º 0.08% 0.47% -
XYZ 16.47 16.53 20.41 -
YUV 113.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 117 111 121 0.03 0.08 0 0.53 276 0.04 0.45
Hex 75 6F 79 3 8 0 35 114 4 2D
Octal 165 157 171 3 10 0 65 424 4 55
Binary 1110101 1101111 1111001 11 1000 0 110101 100010100 100 101101

Color Harmonies of #756F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F79

Black with #756F79

Text Example


Text Example

White with #756F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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