#7B9B79

Color #7B9B79 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7B9B79

Tints of Amulet #7B9B79

Color information

#7B9B79 (or 0x7B9B79) is unknown color: approx Amulet. HEX triplet: 7B, 9B and 79. RGB value is (123,155,121). Sum of RGB (Red+Green+Blue) = 123+155+121=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9B79 is #846486. Grayscale: #8D8D8D. Windows color (decimal): -8676487 or 7969659. OLE color: 7969659.

HSL color Cylindrical-coordinate representation of color #7B9B79: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9B79 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB123155121-
CMYK0.2100.220.39
HSL116.47º14.53%54.12%-
HSV(B)116.47º21.94%60.78%-
XYZ23.3429.0322.46-
YUV141.56116.4114.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.83%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=30.83%
G=38.85%
B=30.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231551210.2100.220.39116.4714.5354.12
Hex7B9B79150162774f36
Octal17323317125026471641766
Binary11110111001101111110011010101011010011111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9B79; }

 p { color: rgb(123,155,121); }

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

<style>
 a { background-color: #7B9B79; }

 a { background-color: rgb(123,155,121); }

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

<style>
 span { border-color: #7B9B79; }

 span { border-color: rgb(123,155,121); }

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