#77638C

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

Shades of Mamba #77638C

Tints of Mamba #77638C

Color information

#77638C (or 0x77638C) is unknown color: approx Mamba. HEX triplet: 77, 63 and 8C. RGB value is (119,99,140). Sum of RGB (Red+Green+Blue) = 119+99+140=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #77638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77638C is #889C73. Grayscale: #6D6D6D. Windows color (decimal): -8952948 or 9200503. OLE color: 9200503.

HSL color Cylindrical-coordinate representation of color #77638C: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77638C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11999140-
CMYK0.150.2900.45
HSL269.27º17.15%46.86%-
HSV(B)269.27º29.29%54.9%-
XYZ16.814.7426.77-
YUV109.65145.13134.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=33.24%
G=27.65%
B=39.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119991400.150.2900.45269.2717.1546.86
Hex77638CF1D02D10d112f
Octal16714321417350554152157
Binary1110111110001110001100111111101010110110000110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77638C; }

 p { color: rgb(119,99,140); }

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

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

 a { background-color: rgb(119,99,140); }

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

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

 span { border-color: rgb(119,99,140); }

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