Html Css Color HEX #756682 Mamba

📋 copy color: '#756682'

red 117 ◦ green 102 ◦ blue 130

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

Shades of Mamba #756682

Tints of Mamba #756682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 33.52%
G = 29.23%
B = 37.25%

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

#756682 (or 0x756682) is known color: Mamba. HEX triplet: 75, 66 and 82. RGB value is (117,102,130). Sum of RGB (Red+Green+Blue) = 117+102+130=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #756682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756682 is #8A997D. Grayscale: #6D6D6D. Windows color (decimal): -9083262 or 8545909. OLE color: 8545909.

HSL color Cylindrical-coordinate representation of color #756682: hue angle of 272.14º degrees, saturation: 0.12, 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 #756682 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 102 130 -
CMYK 0.1 0.22 0 0.49
HSL 272.14º 0.12% 0.45% -
HSV(B) 272.14º 0.22% 0.51% -
XYZ 16.12 14.9 23.14 -
YUV 109.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 117 102 130 0.1 0.22 0 0.49 272.14 0.12 0.45
Hex 75 66 82 A 16 0 31 110 C 2D
Octal 165 146 202 12 26 0 61 420 14 55
Binary 1110101 1100110 10000010 1010 10110 0 110001 100010000 1100 101101

Color Harmonies of #756682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756682

Black with #756682

Text Example


Text Example

White with #756682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756682; }

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

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

background-color css

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

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

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

border-color css

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

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

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