Html Css Color HEX #756487 Mamba

📋 copy color: '#756487'

red 117 ◦ green 100 ◦ blue 135

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

Shades of Mamba #756487

Tints of Mamba #756487

RGB

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

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

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

R = 33.24%
G = 28.41%
B = 38.35%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756487 (or 0x756487) is known color: Mamba. HEX triplet: 75, 64 and 87. RGB value is (117,100,135). Sum of RGB (Red+Green+Blue) = 117+100+135=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #756487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756487 is #8A9B78. Grayscale: #6C6C6C. Windows color (decimal): -9083769 or 8873077. OLE color: 8873077.

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

Color convert

RGB 117 100 135 -
CMYK 0.13 0.26 0 0.47
HSL 269.14º 0.15% 0.46% -
HSV(B) 269.14º 0.26% 0.53% -
XYZ 16.27 14.65 24.89 -
YUV 109.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 117 100 135 0.13 0.26 0 0.47 269.14 0.15 0.46
Hex 75 64 87 D 1A 0 2F 10D F 2E
Octal 165 144 207 15 32 0 57 415 17 56
Binary 1110101 1100100 10000111 1101 11010 0 101111 100001101 1111 101110

Color Harmonies of #756487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756487

Black with #756487

Text Example


Text Example

White with #756487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756487; }

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

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

background-color css

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

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

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

border-color css

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

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

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