Html Css Color HEX #756786 Mamba

📋 copy color: '#756786'

red 117 ◦ green 103 ◦ blue 134

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

Shades of Mamba #756786

Tints of Mamba #756786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 33.05%
G = 29.1%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756786 (or 0x756786) is known color: Mamba. HEX triplet: 75, 67 and 86. RGB value is (117,103,134). Sum of RGB (Red+Green+Blue) = 117+103+134=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #756786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756786 is #8A9879. Grayscale: #6E6E6E. Windows color (decimal): -9083002 or 8808309. OLE color: 8808309.

HSL color Cylindrical-coordinate representation of color #756786: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756786 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 103 134 -
CMYK 0.13 0.23 0 0.47
HSL 267.1º 0.13% 0.46% -
HSV(B) 267.1º 0.23% 0.53% -
XYZ 16.49 15.2 24.62 -
YUV 110.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 117 103 134 0.13 0.23 0 0.47 267.1 0.13 0.46
Hex 75 67 86 D 17 0 2F 10B D 2E
Octal 165 147 206 15 27 0 57 413 15 56
Binary 1110101 1100111 10000110 1101 10111 0 101111 100001011 1101 101110

Color Harmonies of #756786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756786

Black with #756786

Text Example


Text Example

White with #756786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756786; }

 p { color: rgb(117,103,134); }

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

background-color css

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

 a { background-color: rgb(117,103,134); }

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

border-color css

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

 span { border-color: rgb(117,103,134); }

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