#766F7A

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

Shades of Mamba #766F7A

Tints of Mamba #766F7A

Color information

#766F7A (or 0x766F7A) is unknown color: approx Mamba. HEX triplet: 76, 6F and 7A. RGB value is (118,111,122). Sum of RGB (Red+Green+Blue) = 118+111+122=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #766F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F7A is #899085. Grayscale: #727272. Windows color (decimal): -9015430 or 8023926. OLE color: 8023926.

HSL color Cylindrical-coordinate representation of color #766F7A: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766F7A is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118111122-
CMYK0.030.0900.52
HSL278.18º4.72%45.69%-
HSV(B)278.18º9.02%47.84%-
XYZ16.6716.6320.74-
YUV114.35132.32130.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=33.62%
G=31.62%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181111220.030.0900.52278.184.7245.69
Hex766F7A3903411652e
Octal166157172311064426556
Binary1110110110111111110101110010110100100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F7A; }

 p { color: rgb(118,111,122); }

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

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

 a { background-color: rgb(118,111,122); }

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

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

 span { border-color: rgb(118,111,122); }

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