Html Css Color HEX #736880 Mamba

📋 copy color: '#736880'

red 115 ◦ green 104 ◦ blue 128

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

Shades of Mamba #736880

Tints of Mamba #736880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 33.14%
G = 29.97%
B = 36.89%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#736880 (or 0x736880) is known color: Mamba. HEX triplet: 73, 68 and 80. RGB value is (115,104,128). Sum of RGB (Red+Green+Blue) = 115+104+128=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #736880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736880 is #8C977F. Grayscale: #6D6D6D. Windows color (decimal): -9213824 or 8415347. OLE color: 8415347.

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

Color convert

RGB 115 104 128 -
CMYK 0.10 0.19 0 0.50
HSL 267.5º 0.1% 0.45% -
HSV(B) 267.5º 0.19% 0.5% -
XYZ 15.92 15.1 22.5 -
YUV 110.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 115 104 128 0.10 0.19 0 0.50 267.5 0.1 0.45
Hex 73 68 80 A 13 0 32 10C A 2D
Octal 163 150 200 12 23 0 62 414 12 55
Binary 1110011 1101000 10000000 1010 10011 0 110010 100001100 1010 101101

Color Harmonies of #736880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736880

Black with #736880

Text Example


Text Example

White with #736880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736880; }

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

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

background-color css

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

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

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

border-color css

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

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

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