Html Css Color HEX #776785 Mamba

📋 copy color: '#776785'

red 119 ◦ green 103 ◦ blue 133

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

Shades of Mamba #776785

Tints of Mamba #776785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 33.52%
G = 29.01%
B = 37.46%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776785 (or 0x776785) is known color: Mamba. HEX triplet: 77, 67 and 85. RGB value is (119,103,133). Sum of RGB (Red+Green+Blue) = 119+103+133=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #776785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776785 is #88987A. Grayscale: #6F6F6F. Windows color (decimal): -8951931 or 8742775. OLE color: 8742775.

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

Color convert

RGB 119 103 133 -
CMYK 0.11 0.23 0 0.48
HSL 272º 0.13% 0.46% -
HSV(B) 272º 0.23% 0.52% -
XYZ 16.69 15.32 24.27 -
YUV 111.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 119 103 133 0.11 0.23 0 0.48 272 0.13 0.46
Hex 77 67 85 B 17 0 30 110 D 2E
Octal 167 147 205 13 27 0 60 420 15 56
Binary 1110111 1100111 10000101 1011 10111 0 110000 100010000 1101 101110

Color Harmonies of #776785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776785

Black with #776785

Text Example


Text Example

White with #776785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776785; }

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

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

background-color css

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

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

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

border-color css

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

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

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