Html Css Color HEX #756482 Mamba

📋 copy color: '#756482'

red 117 ◦ green 100 ◦ blue 130

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

Shades of Mamba #756482

Tints of Mamba #756482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 33.72%
G = 28.82%
B = 37.46%

CMYK

 C value IS 0.1

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756482 (or 0x756482) is known color: Mamba. HEX triplet: 75, 64 and 82. RGB value is (117,100,130). Sum of RGB (Red+Green+Blue) = 117+100+130=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #756482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756482 is #8A9B7D. Grayscale: #6C6C6C. Windows color (decimal): -9083774 or 8545397. OLE color: 8545397.

HSL color Cylindrical-coordinate representation of color #756482: hue angle of 274º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756482 is Cyan = 0.1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 100 130 -
CMYK 0.1 0.23 0 0.49
HSL 274º 0.13% 0.45% -
HSV(B) 274º 0.23% 0.51% -
XYZ 15.92 14.51 23.08 -
YUV 108.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 117 100 130 0.1 0.23 0 0.49 274 0.13 0.45
Hex 75 64 82 A 17 0 31 112 D 2D
Octal 165 144 202 12 27 0 61 422 15 55
Binary 1110101 1100100 10000010 1010 10111 0 110001 100010010 1101 101101

Color Harmonies of #756482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756482

Black with #756482

Text Example


Text Example

White with #756482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756482; }

 p { color: rgb(117,100,130); }

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

background-color css

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

 a { background-color: rgb(117,100,130); }

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

border-color css

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

 span { border-color: rgb(117,100,130); }

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