Html Css Color HEX #736680 Mamba

📋 copy color: '#736680'

red 115 ◦ green 102 ◦ blue 128

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

Shades of Mamba #736680

Tints of Mamba #736680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 33.33%
G = 29.57%
B = 37.1%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#736680 (or 0x736680) is known color: Mamba. HEX triplet: 73, 66 and 80. RGB value is (115,102,128). Sum of RGB (Red+Green+Blue) = 115+102+128=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #736680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736680 is #8C997F. Grayscale: #6C6C6C. Windows color (decimal): -9214336 or 8414835. OLE color: 8414835.

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

Color convert

RGB 115 102 128 -
CMYK 0.10 0.20 0 0.50
HSL 270º 0.11% 0.45% -
HSV(B) 270º 0.2% 0.5% -
XYZ 15.72 14.71 22.43 -
YUV 108.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 115 102 128 0.10 0.20 0 0.50 270 0.11 0.45
Hex 73 66 80 A 14 0 32 10E B 2D
Octal 163 146 200 12 24 0 62 416 13 55
Binary 1110011 1100110 10000000 1010 10100 0 110010 100001110 1011 101101

Color Harmonies of #736680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736680

Black with #736680

Text Example


Text Example

White with #736680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736680; }

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

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

background-color css

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

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

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

border-color css

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

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

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