Html Css Color HEX #756A84 Mamba

📋 copy color: '#756A84'

red 117 ◦ green 106 ◦ blue 132

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

Shades of Mamba #756A84

Tints of Mamba #756A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 32.96%
G = 29.86%
B = 37.18%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756A84 (or 0x756A84) is known color: Mamba. HEX triplet: 75, 6A and 84. RGB value is (117,106,132). Sum of RGB (Red+Green+Blue) = 117+106+132=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #756A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A84 is #8A957B. Grayscale: #707070. Windows color (decimal): -9082236 or 8678005. OLE color: 8678005.

HSL color Cylindrical-coordinate representation of color #756A84: hue angle of 265.38º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756A84 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 106 132 -
CMYK 0.11 0.20 0 0.48
HSL 265.38º 0.11% 0.47% -
HSV(B) 265.38º 0.2% 0.52% -
XYZ 16.66 15.76 23.99 -
YUV 112.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 117 106 132 0.11 0.20 0 0.48 265.38 0.11 0.47
Hex 75 6A 84 B 14 0 30 109 B 2F
Octal 165 152 204 13 24 0 60 411 13 57
Binary 1110101 1101010 10000100 1011 10100 0 110000 100001001 1011 101111

Color Harmonies of #756A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A84

Black with #756A84

Text Example


Text Example

White with #756A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,132); }

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

background-color css

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

 a { background-color: rgb(117,106,132); }

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

border-color css

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

 span { border-color: rgb(117,106,132); }

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