Html Css Color HEX #776582 Mamba

📋 copy color: '#776582'

red 119 ◦ green 101 ◦ blue 130

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

Shades of Mamba #776582

Tints of Mamba #776582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 34%
G = 28.86%
B = 37.14%

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

#776582 (or 0x776582) is known color: Mamba. HEX triplet: 77, 65 and 82. RGB value is (119,101,130). Sum of RGB (Red+Green+Blue) = 119+101+130=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #776582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776582 is #889A7D. Grayscale: #6D6D6D. Windows color (decimal): -8952446 or 8545655. OLE color: 8545655.

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

Color convert

RGB 119 101 130 -
CMYK 0.08 0.22 0 0.49
HSL 277.24º 0.13% 0.45% -
HSV(B) 277.24º 0.22% 0.51% -
XYZ 16.29 14.84 23.13 -
YUV 109.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 119 101 130 0.08 0.22 0 0.49 277.24 0.13 0.45
Hex 77 65 82 8 16 0 31 115 D 2D
Octal 167 145 202 10 26 0 61 425 15 55
Binary 1110111 1100101 10000010 1000 10110 0 110001 100010101 1101 101101

Color Harmonies of #776582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776582

Black with #776582

Text Example


Text Example

White with #776582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776582; }

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

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

background-color css

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

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

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

border-color css

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

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

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