Html Css Color HEX #756D7F Mamba

📋 copy color: '#756D7F'

red 117 ◦ green 109 ◦ blue 127

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

Shades of Mamba #756D7F

Tints of Mamba #756D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 33.14%
G = 30.88%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#756D7F (or 0x756D7F) is known color: Mamba. HEX triplet: 75, 6D and 7F. RGB value is (117,109,127). Sum of RGB (Red+Green+Blue) = 117+109+127=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #756D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D7F is #8A9280. Grayscale: #717171. Windows color (decimal): -9081473 or 8351093. OLE color: 8351093.

HSL color Cylindrical-coordinate representation of color #756D7F: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756D7F is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 109 127 -
CMYK 0.08 0.14 0 0.50
HSL 266.67º 0.08% 0.46% -
HSV(B) 266.67º 0.14% 0.5% -
XYZ 16.64 16.25 22.34 -
YUV 113.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 117 109 127 0.08 0.14 0 0.50 266.67 0.08 0.46
Hex 75 6D 7F 8 E 0 32 10B 8 2E
Octal 165 155 177 10 16 0 62 413 10 56
Binary 1110101 1101101 1111111 1000 1110 0 110010 100001011 1000 101110

Color Harmonies of #756D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D7F

Black with #756D7F

Text Example


Text Example

White with #756D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,127); }

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

background-color css

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

 a { background-color: rgb(117,109,127); }

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

border-color css

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

 span { border-color: rgb(117,109,127); }

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