Html Css Color HEX #756687 Mamba

📋 copy color: '#756687'

red 117 ◦ green 102 ◦ blue 135

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

Shades of Mamba #756687

Tints of Mamba #756687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 33.05%
G = 28.81%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756687 (or 0x756687) is known color: Mamba. HEX triplet: 75, 66 and 87. RGB value is (117,102,135). Sum of RGB (Red+Green+Blue) = 117+102+135=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #756687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756687 is #8A9978. Grayscale: #6E6E6E. Windows color (decimal): -9083257 or 8873589. OLE color: 8873589.

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

Color convert

RGB 117 102 135 -
CMYK 0.13 0.24 0 0.47
HSL 267.27º 0.14% 0.46% -
HSV(B) 267.27º 0.24% 0.53% -
XYZ 16.46 15.03 24.96 -
YUV 110.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 117 102 135 0.13 0.24 0 0.47 267.27 0.14 0.46
Hex 75 66 87 D 18 0 2F 10B E 2E
Octal 165 146 207 15 30 0 57 413 16 56
Binary 1110101 1100110 10000111 1101 11000 0 101111 100001011 1110 101110

Color Harmonies of #756687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756687

Black with #756687

Text Example


Text Example

White with #756687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756687; }

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

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

background-color css

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

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

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

border-color css

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

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

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