Html Css Color HEX #746087 Mamba

📋 copy color: '#746087'

red 116 ◦ green 96 ◦ blue 135

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

Shades of Mamba #746087

Tints of Mamba #746087

RGB

 RED value IS 116 (45.7% from 255) = 33.43%

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 33.43%
G = 27.67%
B = 38.9%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746087 (or 0x746087) is known color: Mamba. HEX triplet: 74, 60 and 87. RGB value is (116,96,135). Sum of RGB (Red+Green+Blue) = 116+96+135=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #746087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746087 is #8B9F78. Grayscale: #6A6A6A. Windows color (decimal): -9150329 or 8872052. OLE color: 8872052.

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

Color convert

RGB 116 96 135 -
CMYK 0.14 0.29 0 0.47
HSL 270.77º 0.17% 0.45% -
HSV(B) 270.77º 0.29% 0.53% -
XYZ 15.76 13.83 24.76 -
YUV 106.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 116 96 135 0.14 0.29 0 0.47 270.77 0.17 0.45
Hex 74 60 87 E 1D 0 2F 10F 11 2D
Octal 164 140 207 16 35 0 57 417 21 55
Binary 1110100 1100000 10000111 1110 11101 0 101111 100001111 10001 101101

Color Harmonies of #746087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746087

Black with #746087

Text Example


Text Example

White with #746087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746087; }

 p { color: rgb(116,96,135); }

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

background-color css

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

 a { background-color: rgb(116,96,135); }

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

border-color css

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

 span { border-color: rgb(116,96,135); }

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