Html Css Color HEX #746085 Mamba

📋 copy color: '#746085'

red 116 ◦ green 96 ◦ blue 133

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

Shades of Mamba #746085

Tints of Mamba #746085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 33.62%
G = 27.83%
B = 38.55%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746085 (or 0x746085) is known color: Mamba. HEX triplet: 74, 60 and 85. RGB value is (116,96,133). Sum of RGB (Red+Green+Blue) = 116+96+133=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #746085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746085 is #8B9F7A. Grayscale: #6A6A6A. Windows color (decimal): -9150331 or 8740980. OLE color: 8740980.

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

Color convert

RGB 116 96 133 -
CMYK 0.13 0.28 0 0.48
HSL 272.43º 0.16% 0.45% -
HSV(B) 272.43º 0.28% 0.52% -
XYZ 15.62 13.77 24.03 -
YUV 106.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 116 96 133 0.13 0.28 0 0.48 272.43 0.16 0.45
Hex 74 60 85 D 1C 0 30 110 10 2D
Octal 164 140 205 15 34 0 60 420 20 55
Binary 1110100 1100000 10000101 1101 11100 0 110000 100010000 10000 101101

Color Harmonies of #746085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746085

Black with #746085

Text Example


Text Example

White with #746085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746085; }

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

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

background-color css

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

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

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

border-color css

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

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

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