Html Css Color HEX #756282 Mamba

📋 copy color: '#756282'

red 117 ◦ green 98 ◦ blue 130

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

Shades of Mamba #756282

Tints of Mamba #756282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 33.91%
G = 28.41%
B = 37.68%

CMYK

 C value IS 0.1

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756282 (or 0x756282) is known color: Mamba. HEX triplet: 75, 62 and 82. RGB value is (117,98,130). Sum of RGB (Red+Green+Blue) = 117+98+130=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #756282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756282 is #8A9D7D. Grayscale: #6B6B6B. Windows color (decimal): -9084286 or 8544885. OLE color: 8544885.

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

Color convert

RGB 117 98 130 -
CMYK 0.1 0.25 0 0.49
HSL 275.63º 0.14% 0.45% -
HSV(B) 275.63º 0.25% 0.51% -
XYZ 15.73 14.13 23.02 -
YUV 107.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 117 98 130 0.1 0.25 0 0.49 275.63 0.14 0.45
Hex 75 62 82 A 19 0 31 114 E 2D
Octal 165 142 202 12 31 0 61 424 16 55
Binary 1110101 1100010 10000010 1010 11001 0 110001 100010100 1110 101101

Color Harmonies of #756282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756282

Black with #756282

Text Example


Text Example

White with #756282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756282; }

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

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

background-color css

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

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

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

border-color css

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

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

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