Html Css Color HEX #756588 Mamba

📋 copy color: '#756588'

red 117 ◦ green 101 ◦ blue 136

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

Shades of Mamba #756588

Tints of Mamba #756588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 33.05%
G = 28.53%
B = 38.42%

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

#756588 (or 0x756588) is known color: Mamba. HEX triplet: 75, 65 and 88. RGB value is (117,101,136). Sum of RGB (Red+Green+Blue) = 117+101+136=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #756588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756588 is #8A9A77. Grayscale: #6D6D6D. Windows color (decimal): -9083512 or 8938869. OLE color: 8938869.

HSL color Cylindrical-coordinate representation of color #756588: hue angle of 267.43º 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 #756588 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 101 136 -
CMYK 0.14 0.26 0 0.47
HSL 267.43º 0.15% 0.46% -
HSV(B) 267.43º 0.26% 0.53% -
XYZ 16.43 14.87 25.3 -
YUV 109.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 117 101 136 0.14 0.26 0 0.47 267.43 0.15 0.46
Hex 75 65 88 E 1A 0 2F 10B F 2E
Octal 165 145 210 16 32 0 57 413 17 56
Binary 1110101 1100101 10001000 1110 11010 0 101111 100001011 1111 101110

Color Harmonies of #756588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756588

Black with #756588

Text Example


Text Example

White with #756588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756588; }

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

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

background-color css

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

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

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

border-color css

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

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

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