Html Css Color HEX #776885 Mamba

📋 copy color: '#776885'

red 119 ◦ green 104 ◦ blue 133

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

Shades of Mamba #776885

Tints of Mamba #776885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 33.43%
G = 29.21%
B = 37.36%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776885 (or 0x776885) is known color: Mamba. HEX triplet: 77, 68 and 85. RGB value is (119,104,133). Sum of RGB (Red+Green+Blue) = 119+104+133=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #776885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776885 is #88977A. Grayscale: #6F6F6F. Windows color (decimal): -8951675 or 8743031. OLE color: 8743031.

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

Color convert

RGB 119 104 133 -
CMYK 0.11 0.22 0 0.48
HSL 271.03º 0.12% 0.46% -
HSV(B) 271.03º 0.22% 0.52% -
XYZ 16.79 15.52 24.3 -
YUV 111.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 119 104 133 0.11 0.22 0 0.48 271.03 0.12 0.46
Hex 77 68 85 B 16 0 30 10F C 2E
Octal 167 150 205 13 26 0 60 417 14 56
Binary 1110111 1101000 10000101 1011 10110 0 110000 100001111 1100 101110

Color Harmonies of #776885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776885

Black with #776885

Text Example


Text Example

White with #776885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776885; }

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

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

background-color css

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

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

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

border-color css

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

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

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