Html Css Color HEX #736882 Mamba

📋 copy color: '#736882'

red 115 ◦ green 104 ◦ blue 130

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

Shades of Mamba #736882

Tints of Mamba #736882

RGB

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

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

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

R = 32.95%
G = 29.8%
B = 37.25%

CMYK

 C value IS 0.12

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#736882 (or 0x736882) is known color: Mamba. HEX triplet: 73, 68 and 82. RGB value is (115,104,130). Sum of RGB (Red+Green+Blue) = 115+104+130=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #736882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736882 is #8C977D. Grayscale: #6E6E6E. Windows color (decimal): -9213822 or 8546419. OLE color: 8546419.

HSL color Cylindrical-coordinate representation of color #736882: hue angle of 265.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736882 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 104 130 -
CMYK 0.12 0.2 0 0.49
HSL 265.38º 0.11% 0.46% -
HSV(B) 265.38º 0.2% 0.51% -
XYZ 16.05 15.16 23.2 -
YUV 110.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 115 104 130 0.12 0.2 0 0.49 265.38 0.11 0.46
Hex 73 68 82 C 14 0 31 109 B 2E
Octal 163 150 202 14 24 0 61 411 13 56
Binary 1110011 1101000 10000010 1100 10100 0 110001 100001001 1011 101110

Color Harmonies of #736882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736882

Black with #736882

Text Example


Text Example

White with #736882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736882; }

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

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

background-color css

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

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

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

border-color css

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

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

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