Html Css Color HEX #756D7D Mamba

📋 copy color: '#756D7D'

red 117 ◦ green 109 ◦ blue 125

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

Shades of Mamba #756D7D

Tints of Mamba #756D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 33.33%
G = 31.05%
B = 35.61%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#756D7D (or 0x756D7D) is known color: Mamba. HEX triplet: 75, 6D and 7D. RGB value is (117,109,125). Sum of RGB (Red+Green+Blue) = 117+109+125=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #756D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D7D is #8A9282. Grayscale: #717171. Windows color (decimal): -9081475 or 8220021. OLE color: 8220021.

HSL color Cylindrical-coordinate representation of color #756D7D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #756D7D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 109 125 -
CMYK 0.06 0.13 0 0.51
HSL 270º 0.07% 0.46% -
HSV(B) 270º 0.13% 0.49% -
XYZ 16.51 16.2 21.66 -
YUV 113.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 117 109 125 0.06 0.13 0 0.51 270 0.07 0.46
Hex 75 6D 7D 6 D 0 33 10E 7 2E
Octal 165 155 175 6 15 0 63 416 7 56
Binary 1110101 1101101 1111101 110 1101 0 110011 100001110 111 101110

Color Harmonies of #756D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D7D

Black with #756D7D

Text Example


Text Example

White with #756D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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