Html Css Color HEX #756488 Mamba

📋 copy color: '#756488'

red 117 ◦ green 100 ◦ blue 136

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

Shades of Mamba #756488

Tints of Mamba #756488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 33.14%
G = 28.33%
B = 38.53%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756488 (or 0x756488) is known color: Mamba. HEX triplet: 75, 64 and 88. RGB value is (117,100,136). Sum of RGB (Red+Green+Blue) = 117+100+136=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #756488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756488 is #8A9B77. Grayscale: #6D6D6D. Windows color (decimal): -9083768 or 8938613. OLE color: 8938613.

HSL color Cylindrical-coordinate representation of color #756488: hue angle of 268.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756488 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 100 136 -
CMYK 0.14 0.26 0 0.47
HSL 268.33º 0.15% 0.46% -
HSV(B) 268.33º 0.26% 0.53% -
XYZ 16.34 14.67 25.26 -
YUV 109.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 117 100 136 0.14 0.26 0 0.47 268.33 0.15 0.46
Hex 75 64 88 E 1A 0 2F 10C F 2E
Octal 165 144 210 16 32 0 57 414 17 56
Binary 1110101 1100100 10001000 1110 11010 0 101111 100001100 1111 101110

Color Harmonies of #756488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756488

Black with #756488

Text Example


Text Example

White with #756488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756488; }

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

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

background-color css

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

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

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

border-color css

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

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

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