Html Css Color HEX #756489 Mamba

📋 copy color: '#756489'

red 117 ◦ green 100 ◦ blue 137

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

Shades of Mamba #756489

Tints of Mamba #756489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 33.05%
G = 28.25%
B = 38.7%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756489 (or 0x756489) is known color: Mamba. HEX triplet: 75, 64 and 89. RGB value is (117,100,137). Sum of RGB (Red+Green+Blue) = 117+100+137=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #756489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756489 is #8A9B76. Grayscale: #6D6D6D. Windows color (decimal): -9083767 or 9004149. OLE color: 9004149.

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

Color convert

RGB 117 100 137 -
CMYK 0.15 0.27 0 0.46
HSL 267.57º 0.16% 0.46% -
HSV(B) 267.57º 0.27% 0.54% -
XYZ 16.41 14.7 25.64 -
YUV 109.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 117 100 137 0.15 0.27 0 0.46 267.57 0.16 0.46
Hex 75 64 89 F 1B 0 2E 10C 10 2E
Octal 165 144 211 17 33 0 56 414 20 56
Binary 1110101 1100100 10001001 1111 11011 0 101110 100001100 10000 101110

Color Harmonies of #756489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756489

Black with #756489

Text Example


Text Example

White with #756489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756489; }

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

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

background-color css

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

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

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

border-color css

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

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

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