Html Css Color HEX #756389 Mamba

📋 copy color: '#756389'

red 117 ◦ green 99 ◦ blue 137

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

Shades of Mamba #756389

Tints of Mamba #756389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 33.14%
G = 28.05%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756389 (or 0x756389) is known color: Mamba. HEX triplet: 75, 63 and 89. RGB value is (117,99,137). Sum of RGB (Red+Green+Blue) = 117+99+137=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #756389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756389 is #8A9C76. Grayscale: #6C6C6C. Windows color (decimal): -9084023 or 9003893. OLE color: 9003893.

HSL color Cylindrical-coordinate representation of color #756389: hue angle of 268.42º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756389 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 99 137 -
CMYK 0.15 0.28 0 0.46
HSL 268.42º 0.16% 0.46% -
HSV(B) 268.42º 0.28% 0.54% -
XYZ 16.31 14.51 25.61 -
YUV 108.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 117 99 137 0.15 0.28 0 0.46 268.42 0.16 0.46
Hex 75 63 89 F 1C 0 2E 10C 10 2E
Octal 165 143 211 17 34 0 56 414 20 56
Binary 1110101 1100011 10001001 1111 11100 0 101110 100001100 10000 101110

Color Harmonies of #756389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756389

Black with #756389

Text Example


Text Example

White with #756389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756389; }

 p { color: rgb(117,99,137); }

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

background-color css

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

 a { background-color: rgb(117,99,137); }

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

border-color css

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

 span { border-color: rgb(117,99,137); }

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