#77628C

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

Shades of Mamba #77628C

Tints of Mamba #77628C

Color information

#77628C (or 0x77628C) is unknown color: approx Mamba. HEX triplet: 77, 62 and 8C. RGB value is (119,98,140). Sum of RGB (Red+Green+Blue) = 119+98+140=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #77628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77628C is #889D73. Grayscale: #6C6C6C. Windows color (decimal): -8953204 or 9200247. OLE color: 9200247.

HSL color Cylindrical-coordinate representation of color #77628C: hue angle of 270º 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 #77628C is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11998140-
CMYK0.150.300.45
HSL270º17.65%46.67%-
HSV(B)270º30%54.9%-
XYZ16.7114.5526.74-
YUV109.07145.46135.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=33.33%
G=27.45%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119981400.150.300.4527017.6546.67
Hex77628CF1E02D10e122f
Octal16714221417360554162257
Binary1110111110001010001100111111110010110110000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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