Html Css Color HEX #736980 Mamba

📋 copy color: '#736980'

red 115 ◦ green 105 ◦ blue 128

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

Shades of Mamba #736980

Tints of Mamba #736980

RGB

 RED value IS 115 (45.31% from 255) = 33.05%

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 128 (50.39% from 255) = 36.78%

R = 33.05%
G = 30.17%
B = 36.78%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#736980 (or 0x736980) is known color: Mamba. HEX triplet: 73, 69 and 80. RGB value is (115,105,128). Sum of RGB (Red+Green+Blue) = 115+105+128=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #736980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736980 is #8C967F. Grayscale: #6E6E6E. Windows color (decimal): -9213568 or 8415603. OLE color: 8415603.

HSL color Cylindrical-coordinate representation of color #736980: hue angle of 266.09º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #736980 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 105 128 -
CMYK 0.10 0.18 0 0.50
HSL 266.09º 0.1% 0.46% -
HSV(B) 266.09º 0.18% 0.5% -
XYZ 16.02 15.31 22.53 -
YUV 110.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 115 105 128 0.10 0.18 0 0.50 266.09 0.1 0.46
Hex 73 69 80 A 12 0 32 10A A 2E
Octal 163 151 200 12 22 0 62 412 12 56
Binary 1110011 1101001 10000000 1010 10010 0 110010 100001010 1010 101110

Color Harmonies of #736980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736980

Black with #736980

Text Example


Text Example

White with #736980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736980; }

 p { color: rgb(115,105,128); }

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

background-color css

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

 a { background-color: rgb(115,105,128); }

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

border-color css

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

 span { border-color: rgb(115,105,128); }

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