Html Css Color HEX #776581 Mamba

📋 copy color: '#776581'

red 119 ◦ green 101 ◦ blue 129

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

Shades of Mamba #776581

Tints of Mamba #776581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.96%

R = 34.1%
G = 28.94%
B = 36.96%

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

#776581 (or 0x776581) is known color: Mamba. HEX triplet: 77, 65 and 81. RGB value is (119,101,129). Sum of RGB (Red+Green+Blue) = 119+101+129=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #776581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776581 is #889A7E. Grayscale: #6D6D6D. Windows color (decimal): -8952447 or 8480119. OLE color: 8480119.

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

Color convert

RGB 119 101 129 -
CMYK 0.08 0.22 0 0.49
HSL 278.57º 0.12% 0.45% -
HSV(B) 278.57º 0.22% 0.51% -
XYZ 16.22 14.81 22.77 -
YUV 109.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 119 101 129 0.08 0.22 0 0.49 278.57 0.12 0.45
Hex 77 65 81 8 16 0 31 117 C 2D
Octal 167 145 201 10 26 0 61 427 14 55
Binary 1110111 1100101 10000001 1000 10110 0 110001 100010111 1100 101101

Color Harmonies of #776581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776581

Black with #776581

Text Example


Text Example

White with #776581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776581; }

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

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

background-color css

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

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

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

border-color css

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

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

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