Html Css Color HEX #736082 Mamba

📋 copy color: '#736082'

red 115 ◦ green 96 ◦ blue 130

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

Shades of Mamba #736082

Tints of Mamba #736082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 33.72%
G = 28.15%
B = 38.12%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#736082 (or 0x736082) is known color: Mamba. HEX triplet: 73, 60 and 82. RGB value is (115,96,130). Sum of RGB (Red+Green+Blue) = 115+96+130=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #736082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736082 is #8C9F7D. Grayscale: #696969. Windows color (decimal): -9215870 or 8544371. OLE color: 8544371.

HSL color Cylindrical-coordinate representation of color #736082: hue angle of 273.53º 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 #736082 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 96 130 -
CMYK 0.12 0.26 0 0.49
HSL 273.53º 0.15% 0.44% -
HSV(B) 273.53º 0.26% 0.51% -
XYZ 15.28 13.62 22.94 -
YUV 105.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 115 96 130 0.12 0.26 0 0.49 273.53 0.15 0.44
Hex 73 60 82 C 1A 0 31 112 F 2C
Octal 163 140 202 14 32 0 61 422 17 54
Binary 1110011 1100000 10000010 1100 11010 0 110001 100010010 1111 101100

Color Harmonies of #736082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736082

Black with #736082

Text Example


Text Example

White with #736082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736082; }

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

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

background-color css

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

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

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

border-color css

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

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

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