Html Css Color HEX #776782 Mamba

📋 copy color: '#776782'

red 119 ◦ green 103 ◦ blue 130

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

Shades of Mamba #776782

Tints of Mamba #776782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 33.81%
G = 29.26%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776782 (or 0x776782) is known color: Mamba. HEX triplet: 77, 67 and 82. RGB value is (119,103,130). Sum of RGB (Red+Green+Blue) = 119+103+130=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #776782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776782 is #88987D. Grayscale: #6E6E6E. Windows color (decimal): -8951934 or 8546167. OLE color: 8546167.

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

Color convert

RGB 119 103 130 -
CMYK 0.08 0.21 0 0.49
HSL 275.56º 0.12% 0.46% -
HSV(B) 275.56º 0.21% 0.51% -
XYZ 16.49 15.23 23.19 -
YUV 110.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 119 103 130 0.08 0.21 0 0.49 275.56 0.12 0.46
Hex 77 67 82 8 15 0 31 114 C 2E
Octal 167 147 202 10 25 0 61 424 14 56
Binary 1110111 1100111 10000010 1000 10101 0 110001 100010100 1100 101110

Color Harmonies of #776782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776782

Black with #776782

Text Example


Text Example

White with #776782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776782; }

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

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

background-color css

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

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

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

border-color css

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

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

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