#77688B

Color #77688B Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #77688B

Tints of Mamba #77688B

Color information

#77688B (or 0x77688B) is unknown color: approx Mamba. HEX triplet: 77, 68 and 8B. RGB value is (119,104,139). Sum of RGB (Red+Green+Blue) = 119+104+139=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #77688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77688B is #889774. Grayscale: #707070. Windows color (decimal): -8951669 or 9136247. OLE color: 9136247.

HSL color Cylindrical-coordinate representation of color #77688B: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77688B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119104139-
CMYK0.140.2500.45
HSL265.71º14.4%47.65%-
HSV(B)265.71º25.18%54.51%-
XYZ17.2215.6926.55-
YUV112.48142.97132.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=32.87%
G=28.73%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191041390.140.2500.45265.7114.447.65
Hex77688BE1902D10ae30
Octal16715021316310554121660
Binary111011111010001000101111101100101011011000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77688B; }

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

 H1.HeaderClassName
 {
   color: #77688B;
 }
 .AnyTagClassName
 {
   color: #77688B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #77688B;
 }
 .BgClassName
 {
   background-color: #77688B;
 }
</style>
border-color css

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

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

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