Html Css Color HEX #736086 Mamba

📋 copy color: '#736086'

red 115 ◦ green 96 ◦ blue 134

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

Shades of Mamba #736086

Tints of Mamba #736086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 33.33%
G = 27.83%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#736086 (or 0x736086) is known color: Mamba. HEX triplet: 73, 60 and 86. RGB value is (115,96,134). Sum of RGB (Red+Green+Blue) = 115+96+134=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #736086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736086 is #8C9F79. Grayscale: #696969. Windows color (decimal): -9215866 or 8806515. OLE color: 8806515.

HSL color Cylindrical-coordinate representation of color #736086: hue angle of 270º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736086 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 96 134 -
CMYK 0.14 0.28 0 0.47
HSL 270º 0.17% 0.45% -
HSV(B) 270º 0.28% 0.53% -
XYZ 15.56 13.73 24.38 -
YUV 106.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 115 96 134 0.14 0.28 0 0.47 270 0.17 0.45
Hex 73 60 86 E 1C 0 2F 10E 11 2D
Octal 163 140 206 16 34 0 57 416 21 55
Binary 1110011 1100000 10000110 1110 11100 0 101111 100001110 10001 101101

Color Harmonies of #736086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736086

Black with #736086

Text Example


Text Example

White with #736086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736086; }

 p { color: rgb(115,96,134); }

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

background-color css

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

 a { background-color: rgb(115,96,134); }

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

border-color css

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

 span { border-color: rgb(115,96,134); }

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