Html Css Color HEX #766381 Mamba

📋 copy color: '#766381'

red 118 ◦ green 99 ◦ blue 129

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

Shades of Mamba #766381

Tints of Mamba #766381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 34.1%
G = 28.61%
B = 37.28%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766381 (or 0x766381) is known color: Mamba. HEX triplet: 76, 63 and 81. RGB value is (118,99,129). Sum of RGB (Red+Green+Blue) = 118+99+129=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #766381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766381 is #899C7E. Grayscale: #6C6C6C. Windows color (decimal): -9018495 or 8479606. OLE color: 8479606.

HSL color Cylindrical-coordinate representation of color #766381: hue angle of 278º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766381 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 99 129 -
CMYK 0.09 0.23 0 0.49
HSL 278º 0.13% 0.45% -
HSV(B) 278º 0.23% 0.51% -
XYZ 15.9 14.36 22.7 -
YUV 108.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 118 99 129 0.09 0.23 0 0.49 278 0.13 0.45
Hex 76 63 81 9 17 0 31 116 D 2D
Octal 166 143 201 11 27 0 61 426 15 55
Binary 1110110 1100011 10000001 1001 10111 0 110001 100010110 1101 101101

Color Harmonies of #766381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766381

Black with #766381

Text Example


Text Example

White with #766381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766381; }

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

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

background-color css

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

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

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

border-color css

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

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

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