Html Css Color HEX #776983 Mamba

📋 copy color: '#776983'

red 119 ◦ green 105 ◦ blue 131

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

Shades of Mamba #776983

Tints of Mamba #776983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 33.52%
G = 29.58%
B = 36.9%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776983 (or 0x776983) is known color: Mamba. HEX triplet: 77, 69 and 83. RGB value is (119,105,131). Sum of RGB (Red+Green+Blue) = 119+105+131=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 131 - color contains mainly: blue. Hex color #776983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776983 is #88967C. Grayscale: #707070. Windows color (decimal): -8951421 or 8612215. OLE color: 8612215.

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

Color convert

RGB 119 105 131 -
CMYK 0.09 0.20 0 0.49
HSL 272.31º 0.11% 0.46% -
HSV(B) 272.31º 0.2% 0.51% -
XYZ 16.76 15.66 23.61 -
YUV 112.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 119 105 131 0.09 0.20 0 0.49 272.31 0.11 0.46
Hex 77 69 83 9 14 0 31 110 B 2E
Octal 167 151 203 11 24 0 61 420 13 56
Binary 1110111 1101001 10000011 1001 10100 0 110001 100010000 1011 101110

Color Harmonies of #776983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776983

Black with #776983

Text Example


Text Example

White with #776983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776983; }

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

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

background-color css

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

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

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

border-color css

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

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

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