Html Css Color HEX #776383 Mamba

📋 copy color: '#776383'

red 119 ◦ green 99 ◦ blue 131

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

Shades of Mamba #776383

Tints of Mamba #776383

RGB

 RED value IS 119 (46.88% from 255) = 34.1%

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

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

R = 34.1%
G = 28.37%
B = 37.54%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776383 (or 0x776383) is known color: Mamba. HEX triplet: 77, 63 and 83. RGB value is (119,99,131). Sum of RGB (Red+Green+Blue) = 119+99+131=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #776383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776383 is #889C7C. Grayscale: #6C6C6C. Windows color (decimal): -8952957 or 8610679. OLE color: 8610679.

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

Color convert

RGB 119 99 131 -
CMYK 0.09 0.24 0 0.49
HSL 277.5º 0.14% 0.45% -
HSV(B) 277.5º 0.24% 0.51% -
XYZ 16.17 14.48 23.42 -
YUV 108.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 119 99 131 0.09 0.24 0 0.49 277.5 0.14 0.45
Hex 77 63 83 9 18 0 31 116 E 2D
Octal 167 143 203 11 30 0 61 426 16 55
Binary 1110111 1100011 10000011 1001 11000 0 110001 100010110 1110 101101

Color Harmonies of #776383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776383

Black with #776383

Text Example


Text Example

White with #776383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776383; }

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

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

background-color css

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

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

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

border-color css

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

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

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