Html Css Color HEX #756E7C Mamba

📋 copy color: '#756E7C'

red 117 ◦ green 110 ◦ blue 124

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

Shades of Mamba #756E7C

Tints of Mamba #756E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 33.33%
G = 31.34%
B = 35.33%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#756E7C (or 0x756E7C) is known color: Mamba. HEX triplet: 75, 6E and 7C. RGB value is (117,110,124). Sum of RGB (Red+Green+Blue) = 117+110+124=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #756E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E7C is #8A9183. Grayscale: #717171. Windows color (decimal): -9081220 or 8154741. OLE color: 8154741.

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

Color convert

RGB 117 110 124 -
CMYK 0.06 0.11 0 0.51
HSL 270º 0.06% 0.46% -
HSV(B) 270º 0.11% 0.49% -
XYZ 16.55 16.39 21.36 -
YUV 113.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 117 110 124 0.06 0.11 0 0.51 270 0.06 0.46
Hex 75 6E 7C 6 B 0 33 10E 6 2E
Octal 165 156 174 6 13 0 63 416 6 56
Binary 1110101 1101110 1111100 110 1011 0 110011 100001110 110 101110

Color Harmonies of #756E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E7C

Black with #756E7C

Text Example


Text Example

White with #756E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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