Html Css Color HEX #776985 Mamba

📋 copy color: '#776985'

red 119 ◦ green 105 ◦ blue 133

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

Shades of Mamba #776985

Tints of Mamba #776985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 33.33%
G = 29.41%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776985 (or 0x776985) is known color: Mamba. HEX triplet: 77, 69 and 85. RGB value is (119,105,133). Sum of RGB (Red+Green+Blue) = 119+105+133=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #776985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776985 is #88967A. Grayscale: #707070. Windows color (decimal): -8951419 or 8743287. OLE color: 8743287.

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

Color convert

RGB 119 105 133 -
CMYK 0.11 0.21 0 0.48
HSL 270º 0.12% 0.47% -
HSV(B) 270º 0.21% 0.52% -
XYZ 16.89 15.72 24.33 -
YUV 112.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 119 105 133 0.11 0.21 0 0.48 270 0.12 0.47
Hex 77 69 85 B 15 0 30 10E C 2F
Octal 167 151 205 13 25 0 60 416 14 57
Binary 1110111 1101001 10000101 1011 10101 0 110000 100001110 1100 101111

Color Harmonies of #776985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776985

Black with #776985

Text Example


Text Example

White with #776985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776985; }

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

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

background-color css

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

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

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

border-color css

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

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

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