Html Css Color HEX #766383 Mamba

📋 copy color: '#766383'

red 118 ◦ green 99 ◦ blue 131

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

Shades of Mamba #766383

Tints of Mamba #766383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.64%

R = 33.91%
G = 28.45%
B = 37.64%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766383 (or 0x766383) is known color: Mamba. HEX triplet: 76, 63 and 83. RGB value is (118,99,131). Sum of RGB (Red+Green+Blue) = 118+99+131=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #766383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766383 is #899C7C. Grayscale: #6C6C6C. Windows color (decimal): -9018493 or 8610678. OLE color: 8610678.

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

Color convert

RGB 118 99 131 -
CMYK 0.10 0.24 0 0.49
HSL 275.63º 0.14% 0.45% -
HSV(B) 275.63º 0.24% 0.51% -
XYZ 16.03 14.41 23.41 -
YUV 108.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 118 99 131 0.10 0.24 0 0.49 275.63 0.14 0.45
Hex 76 63 83 A 18 0 31 114 E 2D
Octal 166 143 203 12 30 0 61 424 16 55
Binary 1110110 1100011 10000011 1010 11000 0 110001 100010100 1110 101101

Color Harmonies of #766383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766383

Black with #766383

Text Example


Text Example

White with #766383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766383; }

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

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

background-color css

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

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

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

border-color css

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

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

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