Html Css Color HEX #756387 Mamba

📋 copy color: '#756387'

red 117 ◦ green 99 ◦ blue 135

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

Shades of Mamba #756387

Tints of Mamba #756387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.46%

R = 33.33%
G = 28.21%
B = 38.46%

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

#756387 (or 0x756387) is known color: Mamba. HEX triplet: 75, 63 and 87. RGB value is (117,99,135). Sum of RGB (Red+Green+Blue) = 117+99+135=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #756387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756387 is #8A9C78. Grayscale: #6C6C6C. Windows color (decimal): -9084025 or 8872821. OLE color: 8872821.

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

Color convert

RGB 117 99 135 -
CMYK 0.13 0.27 0 0.47
HSL 270º 0.15% 0.46% -
HSV(B) 270º 0.27% 0.53% -
XYZ 16.17 14.45 24.86 -
YUV 108.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 117 99 135 0.13 0.27 0 0.47 270 0.15 0.46
Hex 75 63 87 D 1B 0 2F 10E F 2E
Octal 165 143 207 15 33 0 57 416 17 56
Binary 1110101 1100011 10000111 1101 11011 0 101111 100001110 1111 101110

Color Harmonies of #756387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756387

Black with #756387

Text Example


Text Example

White with #756387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756387; }

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

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

background-color css

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

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

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

border-color css

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

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

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