#77628D

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

Shades of Mamba #77628D

Tints of Mamba #77628D

Color information

#77628D (or 0x77628D) is unknown color: approx Mamba. HEX triplet: 77, 62 and 8D. RGB value is (119,98,141). Sum of RGB (Red+Green+Blue) = 119+98+141=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #77628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77628D is #889D72. Grayscale: #6D6D6D. Windows color (decimal): -8953203 or 9265783. OLE color: 9265783.

HSL color Cylindrical-coordinate representation of color #77628D: hue angle of 269.3º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77628D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11998141-
CMYK0.160.3000.45
HSL269.3º17.99%46.86%-
HSV(B)269.3º30.5%55.29%-
XYZ16.7814.5827.13-
YUV109.18145.96135-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=33.24%
G=27.37%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119981410.160.3000.45269.317.9946.86
Hex77628D101E02D10d122f
Octal16714221520360554152257
Binary11101111100010100011011000011110010110110000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77628D; }

 p { color: rgb(119,98,141); }

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

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

 a { background-color: rgb(119,98,141); }

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

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

 span { border-color: rgb(119,98,141); }

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