Html Css Color HEX #776783 Mamba

📋 copy color: '#776783'

red 119 ◦ green 103 ◦ blue 131

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

Shades of Mamba #776783

Tints of Mamba #776783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 33.71%
G = 29.18%
B = 37.11%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776783 (or 0x776783) is known color: Mamba. HEX triplet: 77, 67 and 83. RGB value is (119,103,131). Sum of RGB (Red+Green+Blue) = 119+103+131=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #776783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776783 is #88987C. Grayscale: #6E6E6E. Windows color (decimal): -8951933 or 8611703. OLE color: 8611703.

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

Color convert

RGB 119 103 131 -
CMYK 0.09 0.21 0 0.49
HSL 274.29º 0.12% 0.46% -
HSV(B) 274.29º 0.21% 0.51% -
XYZ 16.55 15.26 23.55 -
YUV 110.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 119 103 131 0.09 0.21 0 0.49 274.29 0.12 0.46
Hex 77 67 83 9 15 0 31 112 C 2E
Octal 167 147 203 11 25 0 61 422 14 56
Binary 1110111 1100111 10000011 1001 10101 0 110001 100010010 1100 101110

Color Harmonies of #776783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776783

Black with #776783

Text Example


Text Example

White with #776783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776783; }

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

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

background-color css

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

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

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

border-color css

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

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

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