Html Css Color HEX #746081 Mamba

📋 copy color: '#746081'

red 116 ◦ green 96 ◦ blue 129

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

Shades of Mamba #746081

Tints of Mamba #746081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 34.02%
G = 28.15%
B = 37.83%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#746081 (or 0x746081) is known color: Mamba. HEX triplet: 74, 60 and 81. RGB value is (116,96,129). Sum of RGB (Red+Green+Blue) = 116+96+129=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #746081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746081 is #8B9F7E. Grayscale: #696969. Windows color (decimal): -9150335 or 8478836. OLE color: 8478836.

HSL color Cylindrical-coordinate representation of color #746081: hue angle of 276.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746081 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 96 129 -
CMYK 0.10 0.26 0 0.49
HSL 276.36º 0.15% 0.44% -
HSV(B) 276.36º 0.26% 0.51% -
XYZ 15.35 13.66 22.6 -
YUV 105.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 116 96 129 0.10 0.26 0 0.49 276.36 0.15 0.44
Hex 74 60 81 A 1A 0 31 114 F 2C
Octal 164 140 201 12 32 0 61 424 17 54
Binary 1110100 1100000 10000001 1010 11010 0 110001 100010100 1111 101100

Color Harmonies of #746081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746081

Black with #746081

Text Example


Text Example

White with #746081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746081; }

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

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

background-color css

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

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

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

border-color css

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

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

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