Html Css Color HEX #776585 Mamba

📋 copy color: '#776585'

red 119 ◦ green 101 ◦ blue 133

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

Shades of Mamba #776585

Tints of Mamba #776585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 33.71%
G = 28.61%
B = 37.68%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776585 (or 0x776585) is known color: Mamba. HEX triplet: 77, 65 and 85. RGB value is (119,101,133). Sum of RGB (Red+Green+Blue) = 119+101+133=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #776585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776585 is #889A7A. Grayscale: #6D6D6D. Windows color (decimal): -8952443 or 8742263. OLE color: 8742263.

HSL color Cylindrical-coordinate representation of color #776585: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776585 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 101 133 -
CMYK 0.11 0.24 0 0.48
HSL 273.75º 0.14% 0.46% -
HSV(B) 273.75º 0.24% 0.52% -
XYZ 16.5 14.92 24.2 -
YUV 110.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 119 101 133 0.11 0.24 0 0.48 273.75 0.14 0.46
Hex 77 65 85 B 18 0 30 112 E 2E
Octal 167 145 205 13 30 0 60 422 16 56
Binary 1110111 1100101 10000101 1011 11000 0 110000 100010010 1110 101110

Color Harmonies of #776585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776585

Black with #776585

Text Example


Text Example

White with #776585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776585; }

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

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

background-color css

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

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

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

border-color css

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

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

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