Html Css Color HEX #776183 Mamba

📋 copy color: '#776183'

red 119 ◦ green 97 ◦ blue 131

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

Shades of Mamba #776183

Tints of Mamba #776183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 34.29%
G = 27.95%
B = 37.75%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776183 (or 0x776183) is known color: Mamba. HEX triplet: 77, 61 and 83. RGB value is (119,97,131). Sum of RGB (Red+Green+Blue) = 119+97+131=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #776183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776183 is #889E7C. Grayscale: #6B6B6B. Windows color (decimal): -8953469 or 8610167. OLE color: 8610167.

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

Color convert

RGB 119 97 131 -
CMYK 0.09 0.26 0 0.49
HSL 278.82º 0.15% 0.45% -
HSV(B) 278.82º 0.26% 0.51% -
XYZ 15.98 14.11 23.35 -
YUV 107.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 119 97 131 0.09 0.26 0 0.49 278.82 0.15 0.45
Hex 77 61 83 9 1A 0 31 117 F 2D
Octal 167 141 203 11 32 0 61 427 17 55
Binary 1110111 1100001 10000011 1001 11010 0 110001 100010111 1111 101101

Color Harmonies of #776183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776183

Black with #776183

Text Example


Text Example

White with #776183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776183; }

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

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

background-color css

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

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

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

border-color css

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

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

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