Html Css Color HEX #776682 Mamba

📋 copy color: '#776682'

red 119 ◦ green 102 ◦ blue 130

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

Shades of Mamba #776682

Tints of Mamba #776682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 33.9%
G = 29.06%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776682 (or 0x776682) is known color: Mamba. HEX triplet: 77, 66 and 82. RGB value is (119,102,130). Sum of RGB (Red+Green+Blue) = 119+102+130=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #776682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776682 is #88997D. Grayscale: #6E6E6E. Windows color (decimal): -8952190 or 8545911. OLE color: 8545911.

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

Color convert

RGB 119 102 130 -
CMYK 0.08 0.22 0 0.49
HSL 276.43º 0.12% 0.45% -
HSV(B) 276.43º 0.22% 0.51% -
XYZ 16.39 15.04 23.16 -
YUV 110.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 119 102 130 0.08 0.22 0 0.49 276.43 0.12 0.45
Hex 77 66 82 8 16 0 31 114 C 2D
Octal 167 146 202 10 26 0 61 424 14 55
Binary 1110111 1100110 10000010 1000 10110 0 110001 100010100 1100 101101

Color Harmonies of #776682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776682

Black with #776682

Text Example


Text Example

White with #776682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776682; }

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

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

background-color css

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

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

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

border-color css

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

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

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