Html Css Color HEX #756187 Mamba

📋 copy color: '#756187'

red 117 ◦ green 97 ◦ blue 135

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

Shades of Mamba #756187

Tints of Mamba #756187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 33.52%
G = 27.79%
B = 38.68%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756187 (or 0x756187) is known color: Mamba. HEX triplet: 75, 61 and 87. RGB value is (117,97,135). Sum of RGB (Red+Green+Blue) = 117+97+135=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #756187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756187 is #8A9E78. Grayscale: #6B6B6B. Windows color (decimal): -9084537 or 8872309. OLE color: 8872309.

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

Color convert

RGB 117 97 135 -
CMYK 0.13 0.28 0 0.47
HSL 271.58º 0.16% 0.45% -
HSV(B) 271.58º 0.28% 0.53% -
XYZ 15.98 14.08 24.8 -
YUV 107.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 117 97 135 0.13 0.28 0 0.47 271.58 0.16 0.45
Hex 75 61 87 D 1C 0 2F 110 10 2D
Octal 165 141 207 15 34 0 57 420 20 55
Binary 1110101 1100001 10000111 1101 11100 0 101111 100010000 10000 101101

Color Harmonies of #756187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756187

Black with #756187

Text Example


Text Example

White with #756187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756187; }

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

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

background-color css

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

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

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

border-color css

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

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

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