Html Css Color HEX #756C82 Mamba

📋 copy color: '#756C82'

red 117 ◦ green 108 ◦ blue 130

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

Shades of Mamba #756C82

Tints of Mamba #756C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 32.96%
G = 30.42%
B = 36.62%

CMYK

 C value IS 0.1

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756C82 (or 0x756C82) is known color: Mamba. HEX triplet: 75, 6C and 82. RGB value is (117,108,130). Sum of RGB (Red+Green+Blue) = 117+108+130=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #756C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C82 is #8A937D. Grayscale: #717171. Windows color (decimal): -9081726 or 8547445. OLE color: 8547445.

HSL color Cylindrical-coordinate representation of color #756C82: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756C82 is Cyan = 0.1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 108 130 -
CMYK 0.1 0.17 0 0.49
HSL 264.55º 0.09% 0.47% -
HSV(B) 264.55º 0.17% 0.51% -
XYZ 16.73 16.12 23.35 -
YUV 113.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 117 108 130 0.1 0.17 0 0.49 264.55 0.09 0.47
Hex 75 6C 82 A 11 0 31 109 9 2F
Octal 165 154 202 12 21 0 61 411 11 57
Binary 1110101 1101100 10000010 1010 10001 0 110001 100001001 1001 101111

Color Harmonies of #756C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C82

Black with #756C82

Text Example


Text Example

White with #756C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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