Html Css Color HEX #756582 Mamba

📋 copy color: '#756582'

red 117 ◦ green 101 ◦ blue 130

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

Shades of Mamba #756582

Tints of Mamba #756582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 33.62%
G = 29.02%
B = 37.36%

CMYK

 C value IS 0.1

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756582 (or 0x756582) is known color: Mamba. HEX triplet: 75, 65 and 82. RGB value is (117,101,130). Sum of RGB (Red+Green+Blue) = 117+101+130=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #756582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756582 is #8A9A7D. Grayscale: #6C6C6C. Windows color (decimal): -9083518 or 8545653. OLE color: 8545653.

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

Color convert

RGB 117 101 130 -
CMYK 0.1 0.22 0 0.49
HSL 273.1º 0.13% 0.45% -
HSV(B) 273.1º 0.22% 0.51% -
XYZ 16.02 14.7 23.11 -
YUV 109.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 117 101 130 0.1 0.22 0 0.49 273.1 0.13 0.45
Hex 75 65 82 A 16 0 31 111 D 2D
Octal 165 145 202 12 26 0 61 421 15 55
Binary 1110101 1100101 10000010 1010 10110 0 110001 100010001 1101 101101

Color Harmonies of #756582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756582

Black with #756582

Text Example


Text Example

White with #756582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756582; }

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

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

background-color css

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

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

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

border-color css

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

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

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