Html Css Color HEX #776182 Mamba

📋 copy color: '#776182'

red 119 ◦ green 97 ◦ blue 130

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

Shades of Mamba #776182

Tints of Mamba #776182

RGB

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

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

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

R = 34.39%
G = 28.03%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776182 (or 0x776182) is known color: Mamba. HEX triplet: 77, 61 and 82. RGB value is (119,97,130). Sum of RGB (Red+Green+Blue) = 119+97+130=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #776182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776182 is #889E7D. Grayscale: #6B6B6B. Windows color (decimal): -8953470 or 8544631. OLE color: 8544631.

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

Color convert

RGB 119 97 130 -
CMYK 0.08 0.25 0 0.49
HSL 280º 0.15% 0.45% -
HSV(B) 280º 0.25% 0.51% -
XYZ 15.91 14.08 23 -
YUV 107.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 119 97 130 0.08 0.25 0 0.49 280 0.15 0.45
Hex 77 61 82 8 19 0 31 118 F 2D
Octal 167 141 202 10 31 0 61 430 17 55
Binary 1110111 1100001 10000010 1000 11001 0 110001 100011000 1111 101101

Color Harmonies of #776182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776182

Black with #776182

Text Example


Text Example

White with #776182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776182; }

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

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

background-color css

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

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

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

border-color css

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

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

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