Html Css Color HEX #776788 Mamba

📋 copy color: '#776788'

red 119 ◦ green 103 ◦ blue 136

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

Shades of Mamba #776788

Tints of Mamba #776788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 33.24%
G = 28.77%
B = 37.99%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776788 (or 0x776788) is known color: Mamba. HEX triplet: 77, 67 and 88. RGB value is (119,103,136). Sum of RGB (Red+Green+Blue) = 119+103+136=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #776788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776788 is #889877. Grayscale: #6F6F6F. Windows color (decimal): -8951928 or 8939383. OLE color: 8939383.

HSL color Cylindrical-coordinate representation of color #776788: hue angle of 269.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776788 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 103 136 -
CMYK 0.12 0.24 0 0.47
HSL 269.09º 0.14% 0.47% -
HSV(B) 269.09º 0.24% 0.53% -
XYZ 16.9 15.4 25.37 -
YUV 111.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 119 103 136 0.12 0.24 0 0.47 269.09 0.14 0.47
Hex 77 67 88 C 18 0 2F 10D E 2F
Octal 167 147 210 14 30 0 57 415 16 57
Binary 1110111 1100111 10001000 1100 11000 0 101111 100001101 1110 101111

Color Harmonies of #776788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776788

Black with #776788

Text Example


Text Example

White with #776788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776788; }

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

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

background-color css

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

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

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

border-color css

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

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

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