Html Css Color HEX #756286 Mamba

📋 copy color: '#756286'

red 117 ◦ green 98 ◦ blue 134

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

Shades of Mamba #756286

Tints of Mamba #756286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 33.52%
G = 28.08%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756286 (or 0x756286) is known color: Mamba. HEX triplet: 75, 62 and 86. RGB value is (117,98,134). Sum of RGB (Red+Green+Blue) = 117+98+134=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #756286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756286 is #8A9D79. Grayscale: #6B6B6B. Windows color (decimal): -9084282 or 8807029. OLE color: 8807029.

HSL color Cylindrical-coordinate representation of color #756286: hue angle of 271.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756286 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 98 134 -
CMYK 0.13 0.27 0 0.47
HSL 271.67º 0.16% 0.45% -
HSV(B) 271.67º 0.27% 0.53% -
XYZ 16.01 14.24 24.46 -
YUV 107.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 117 98 134 0.13 0.27 0 0.47 271.67 0.16 0.45
Hex 75 62 86 D 1B 0 2F 110 10 2D
Octal 165 142 206 15 33 0 57 420 20 55
Binary 1110101 1100010 10000110 1101 11011 0 101111 100010000 10000 101101

Color Harmonies of #756286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756286

Black with #756286

Text Example


Text Example

White with #756286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756286; }

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

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

background-color css

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

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

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

border-color css

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

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

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