Html Css Color HEX #766386 Mamba

📋 copy color: '#766386'

red 118 ◦ green 99 ◦ blue 134

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

Shades of Mamba #766386

Tints of Mamba #766386

RGB

 RED value IS 118 (46.48% from 255) = 33.62%

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 33.62%
G = 28.21%
B = 38.18%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766386 (or 0x766386) is known color: Mamba. HEX triplet: 76, 63 and 86. RGB value is (118,99,134). Sum of RGB (Red+Green+Blue) = 118+99+134=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #766386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766386 is #899C79. Grayscale: #6C6C6C. Windows color (decimal): -9018490 or 8807286. OLE color: 8807286.

HSL color Cylindrical-coordinate representation of color #766386: hue angle of 272.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766386 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 99 134 -
CMYK 0.12 0.26 0 0.47
HSL 272.57º 0.15% 0.46% -
HSV(B) 272.57º 0.26% 0.53% -
XYZ 16.24 14.5 24.5 -
YUV 108.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 118 99 134 0.12 0.26 0 0.47 272.57 0.15 0.46
Hex 76 63 86 C 1A 0 2F 111 F 2E
Octal 166 143 206 14 32 0 57 421 17 56
Binary 1110110 1100011 10000110 1100 11010 0 101111 100010001 1111 101110

Color Harmonies of #766386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766386

Black with #766386

Text Example


Text Example

White with #766386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766386; }

 p { color: rgb(118,99,134); }

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

background-color css

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

 a { background-color: rgb(118,99,134); }

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

border-color css

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

 span { border-color: rgb(118,99,134); }

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